ServiceClient.EntityMemberAnnotationsGet Method

Definition

Retrieves the annotations attached to a member.

public:
 System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ EntityMemberAnnotationsGet(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::Identifier ^ % EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ % MemberId, Microsoft::MasterDataServices::Identifier ^ % ModelId, Microsoft::MasterDataServices::Identifier ^ % VersionId, [Runtime::InteropServices::Out] Microsoft::MasterDataServices::OperationResult ^ % OperationResult);
public System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> EntityMemberAnnotationsGet (Microsoft.MasterDataServices.International International, ref Microsoft.MasterDataServices.Identifier EntityId, ref Microsoft.MasterDataServices.MemberIdentifier MemberId, ref Microsoft.MasterDataServices.Identifier ModelId, ref Microsoft.MasterDataServices.Identifier VersionId, out Microsoft.MasterDataServices.OperationResult OperationResult);
member this.EntityMemberAnnotationsGet : Microsoft.MasterDataServices.International * Identifier * MemberIdentifier * Identifier * Identifier * OperationResult -> System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation>
Public Function EntityMemberAnnotationsGet (International As International, ByRef EntityId As Identifier, ByRef MemberId As MemberIdentifier, ByRef ModelId As Identifier, ByRef VersionId As Identifier, ByRef OperationResult As OperationResult) As Collection(Of Annotation)

Parameters

International
International

The cultural settings.

EntityId
Identifier

The globally unique identifier (GUID) or the exact name of the entity, passed by reference.

MemberId
MemberIdentifier

The identifier of the member, passed by reference.

ModelId
Identifier

The globally unique identifier (GUID) or the exact name of the model, passed by reference.

VersionId
Identifier

The globally unique identifier (GUID) or the exact name of the model version, passed by reference.

OperationResult
OperationResult

When this method returns, contains the operation result. This parameter is passed uninitialized.

Returns

A collection of member annotations attached to a member.

Applies to