EntityMembersCreateRequest Constructors

Definition

Initializes a new instance of the EntityMembersCreateRequest class.

Overloads

EntityMembersCreateRequest()

Initializes a new instance of the EntityMembersCreateRequest class that has default values.

EntityMembersCreateRequest(International, EntityMembers, Boolean)

Initializes a new instance of the EntityMembersCreateRequest class with the specified values.

EntityMembersCreateRequest()

Initializes a new instance of the EntityMembersCreateRequest class that has default values.

public:
 EntityMembersCreateRequest();
public EntityMembersCreateRequest ();
Public Sub New ()

Applies to

EntityMembersCreateRequest(International, EntityMembers, Boolean)

Initializes a new instance of the EntityMembersCreateRequest class with the specified values.

public:
 EntityMembersCreateRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembers ^ Members, bool ReturnCreatedIdentifiers);
public EntityMembersCreateRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityMembers Members, bool ReturnCreatedIdentifiers);
new Microsoft.MasterDataServices.EntityMembersCreateRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityMembers * bool -> Microsoft.MasterDataServices.EntityMembersCreateRequest
Public Sub New (International As International, Members As EntityMembers, ReturnCreatedIdentifiers As Boolean)

Parameters

International
International

The cultural settings.

Members
EntityMembers

The entity members.

ReturnCreatedIdentifiers
Boolean

true to return an object with the newly created ID; otherwise, false.

Applies to