EntityMemberKeyGetRequest 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 EntityMemberKeyGetRequest element specifies the details of what is requested.
public ref class EntityMemberKeyGetRequest : Microsoft::MasterDataServices::Services::MessageContracts::MessageRequest
[System.ServiceModel.MessageContract]
public class EntityMemberKeyGetRequest : Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
[<System.ServiceModel.MessageContract>]
type EntityMemberKeyGetRequest = class
inherit MessageRequest
Public Class EntityMemberKeyGetRequest
Inherits MessageRequest
- Inheritance
- Attributes
Constructors
EntityMemberKeyGetRequest() |
Initializes a new instance of the EntityMemberKeyGetRequest class. |
Properties
EntityId |
the entity of the data being looked up. |
International |
Specifies client localization information. (Inherited from MessageRequest) |
LookupType |
The piece of data to lookup. Either code or id |
MemberKeys |
The members keys, either code or internal ID, used for the lookup. |
MemberType |
The member type of the data being looked up |
ModelId |
The model of the data being looked up. |
RequestId |
Specifies the request identifier. (Inherited from MessageRequest) |
VersionId |
the version of the data being looked up. |