EntityMembersCreateRequest 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 EntityMembersCreateRequest element specifies the entity member or members to be created in the EntityMembers complex type.
public ref class EntityMembersCreateRequest : Microsoft::MasterDataServices::Services::MessageContracts::EntityMembersSaveRequest
[System.ServiceModel.MessageContract]
public class EntityMembersCreateRequest : Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersSaveRequest
[<System.ServiceModel.MessageContract>]
type EntityMembersCreateRequest = class
inherit EntityMembersSaveRequest
Public Class EntityMembersCreateRequest
Inherits EntityMembersSaveRequest
- Inheritance
- Attributes
Constructors
EntityMembersCreateRequest() |
Initializes a new instance of the EntityMembersCreateRequest 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 |