EntityMemberAnnotationsGetRequest Constructors

Definition

Initializes a new instance of the EntityMemberAnnotationsGetRequest class.

Overloads

EntityMemberAnnotationsGetRequest()

Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has default values.

EntityMemberAnnotationsGetRequest(International, Identifier, MemberIdentifier, Identifier, Identifier)

Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has the specified cultural settings, and entity, member, model, and version ID.

EntityMemberAnnotationsGetRequest()

Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has default values.

public:
 EntityMemberAnnotationsGetRequest();
public EntityMemberAnnotationsGetRequest ();
Public Sub New ()

Applies to

EntityMemberAnnotationsGetRequest(International, Identifier, MemberIdentifier, Identifier, Identifier)

Initializes a new instance of the EntityMemberAnnotationsGetRequest class that has the specified cultural settings, and entity, member, model, and version ID.

public:
 EntityMemberAnnotationsGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetRequest
Public Sub New (International As International, EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier)

Parameters

International
International

The cultural setting.

EntityId
Identifier

The globally unique identifier (GUID) or the exact name of the entity.

MemberId
MemberIdentifier

The identifier of the member.

ModelId
Identifier

The GUID or the exact name of the model.

VersionId
Identifier

The GUID or the exact name of the model version.

Applies to