EntityMemberKeyGetRequest Class

Definition

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
EntityMemberKeyGetRequest
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.

Applies to