EntityMembersMergeRequest Class
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.
The EntityMembersMergeRequest element specifies the entity member or members to be created or updated.
public ref class EntityMembersMergeRequest : Microsoft::MasterDataServices::Services::MessageContracts::EntityMembersSaveRequest
[System.ServiceModel.MessageContract]
public class EntityMembersMergeRequest : Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersSaveRequest
[<System.ServiceModel.MessageContract>]
type EntityMembersMergeRequest = class
inherit EntityMembersSaveRequest
Public Class EntityMembersMergeRequest
Inherits EntityMembersSaveRequest
- Inheritance
- Attributes
Constructors
EntityMembersMergeRequest() |
Initializes a new instance of the EntityMembersMergeRequest class. |
Properties
International |
Specifies client localization information. (Inherited from MessageRequest) |
Members |
Entity members. (Inherited from EntityMembersCrudRequest) |
MemberSaveBehavior |
Specifies how the member save operation should behave when encountering errors (i.e. make best effort to save as much as possible, or abort all/part of the batch). (Inherited from EntityMembersSaveRequest) |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
ReturnCreatedIdentifiers |
Specifies a flag indicating whether or not to return the identifiers of created members. |