EntityMemberAnnotationsGetResponse Constructors

Definition

Initializes a new instance of the EntityMemberAnnotationsGetResponse class.

Overloads

EntityMemberAnnotationsGetResponse()

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

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has the specified annotations, entity, member, model, and version ID, and operation result.

EntityMemberAnnotationsGetResponse()

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

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

Applies to

EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)

Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has the specified annotations, entity, member, model, and version ID, and operation result.

public:
 EntityMemberAnnotationsGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
Public Sub New (Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, OperationResult As OperationResult, VersionId As Identifier)

Parameters

Annotations
Collection<Annotation>

The array of annotations to create.

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.

OperationResult
OperationResult

The operation result, including a unique ID for tracking and logging.

VersionId
Identifier

The GUID or the exact name of the model version.

Applies to