EntityMembersMergeRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the EntityMembersMergeRequest class.
Overloads
| EntityMembersMergeRequest() |
Initializes a new instance of the EntityMembersMergeRequest class that has default values. |
| EntityMembersMergeRequest(International, EntityMembers, Boolean) |
Initializes a new instance of the EntityMembersMergeRequest class with the specified values. |
EntityMembersMergeRequest()
Initializes a new instance of the EntityMembersMergeRequest class that has default values.
public:
EntityMembersMergeRequest();
public EntityMembersMergeRequest();
Public Sub New ()
Applies to
EntityMembersMergeRequest(International, EntityMembers, Boolean)
Initializes a new instance of the EntityMembersMergeRequest class with the specified values.
public:
EntityMembersMergeRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityMembers ^ Members, bool ReturnCreatedIdentifiers);
public EntityMembersMergeRequest(Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityMembers Members, bool ReturnCreatedIdentifiers);
new Microsoft.MasterDataServices.EntityMembersMergeRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityMembers * bool -> Microsoft.MasterDataServices.EntityMembersMergeRequest
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.