EntityMembersSaveRequest 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.
Request object for the EntityMembersCreate operation.
public ref class EntityMembersSaveRequest abstract : Microsoft::MasterDataServices::Services::MessageContracts::EntityMembersCrudRequest
[System.ServiceModel.MessageContract]
public abstract class EntityMembersSaveRequest : Microsoft.MasterDataServices.Services.MessageContracts.EntityMembersCrudRequest
[<System.ServiceModel.MessageContract>]
type EntityMembersSaveRequest = class
inherit EntityMembersCrudRequest
Public MustInherit Class EntityMembersSaveRequest
Inherits EntityMembersCrudRequest
- Inheritance
- Derived
- Attributes
Constructors
EntityMembersSaveRequest() |
Constructor. |
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). |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |