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.
Specifies the details of what is requested.
public ref class EntityMemberKeyGetRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberKeyGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberKeyGetRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMemberKeyGetRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberKeyGetRequest = class
Public Class EntityMemberKeyGetRequest
- Inheritance
-
EntityMemberKeyGetRequest
- Attributes
Constructors
EntityMemberKeyGetRequest() |
Initializes a new instance of the EntityMemberKeyGetRequest class that has default values. |
EntityMemberKeyGetRequest(International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier) |
Initializes a new instance of the EntityMemberKeyGetRequest class that has the specified cultural settings, lookup and member types, and entity, model, and version identifiers. |
Fields
EntityId |
The globally unique identifier (GUID) or the exact name of the entity. |
International |
The cultural settings. |
LookupType |
The lookup type, specified by the MemberKeyLookupType. |
MemberKeys |
Collection of member keys, specified by either code or internal ID using an array of type MemberKey. |
MemberType |
The member type. |
ModelId |
The GUID or the exact name of the model. |
VersionId |
The GUID or the exact name of the version. |