EntityMemberKeyGetRequest Constructors
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.
Initializes a new instance of the EntityMemberKeyGetRequest class.
Overloads
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. |
EntityMemberKeyGetRequest()
Initializes a new instance of the EntityMemberKeyGetRequest class that has default values.
public:
EntityMemberKeyGetRequest();
public EntityMemberKeyGetRequest ();
Public Sub New ()
Applies to
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.
public:
EntityMemberKeyGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberKeyLookupType LookupType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::MemberKey ^> ^ MemberKeys, Microsoft::MasterDataServices::MemberType MemberType, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberKeyGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberKeyLookupType LookupType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> MemberKeys, Microsoft.MasterDataServices.MemberType MemberType, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberKeyGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberKeyLookupType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.MemberKey> * Microsoft.MasterDataServices.MemberType * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberKeyGetRequest
Public Sub New (International As International, EntityId As Identifier, LookupType As MemberKeyLookupType, MemberKeys As Collection(Of MemberKey), MemberType As MemberType, ModelId As Identifier, VersionId As Identifier)
Parameters
- International
- International
The cultural settings.
- EntityId
- Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- LookupType
- MemberKeyLookupType
The lookup type, specified by the MemberKeyLookupType.
- MemberKeys
- Collection<MemberKey>
Collection of member keys, specified by either code or internal ID using an array of type MemberKey.
- MemberType
- MemberType
The member type.
- ModelId
- Identifier
The GUID or the exact name of the model.
- VersionId
- Identifier
The GUID or the exact name of the version.