EntityMemberKeyGetRequest Class
The EntityMemberKeyGetRequest element specifies the details of what is requested.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.MessageContracts::MessageRequest
Microsoft.MasterDataServices.Services.MessageContracts::EntityMemberKeyGetRequest
| Name | Description | |
|---|---|---|
![]() | EntityMemberKeyGetRequest() | Initializes a new instance of the EntityMemberKeyGetRequest class. |
| Name | Description | |
|---|---|---|
![]() | EntityId | Gets or sets the entity of the data being looked up. |
![]() | International | Gets or sets the client localization information. (Inherited from MessageRequest.) |
![]() | LookupType | Gets or sets the lookup type of the member key. Either code or ID. |
![]() | MemberKeys | Gets or sets the members keys, either code or internal ID, used for the lookup. |
![]() | MemberType | Gets or sets the member type of the data being looked up |
![]() | ModelId | Gets or sets the model of the data being looked up. |
![]() | RequestId | Specifies the request identifier. (Inherited from MessageRequest.) |
![]() | VersionId | Gets or sets the version of the data being looked up. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (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.


