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