EntityMemberChangeSetsGetRequest Class

 

The EntityMemberChangeSetsGetRequest element specifies the details of what is requested.

Namespace:   Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

System::Object
  Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts::EntityMemberChangeSetsGetRequest

[MessageContractAttribute]
public ref class EntityMemberChangeSetsGetRequest : MessageRequest

NameDescription
System_CAPS_pubmethodEntityMemberChangeSetsGetRequest()

Initializes a new instance of the EntityMemberChangeSetsGetRequest class.

NameDescription
System_CAPS_pubpropertyChangeSetId

Gets or sets the change set identifier.

System_CAPS_pubpropertyEntityId

Gets or sets the entity identifier.

System_CAPS_pubpropertyInternational

Gets or sets the client localization information. (Inherited from MessageRequest.)

System_CAPS_pubpropertyModelId

Gets or sets the model identifier.

System_CAPS_pubpropertyRequestId

Specifies the request identifier. (Inherited from MessageRequest.)

System_CAPS_pubpropertySortColumnId

Gets or sets the sort column identifier.

System_CAPS_pubpropertySortDirection

Gets or sets the sort direction.

System_CAPS_pubpropertyStatus

Gets or sets the status of the change set.

System_CAPS_pubpropertyVersionId

Gets or sets the version identifier.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: