Compartilhar via


EntityMemberAnnotationsGetResponse Construtores

Definição

Inicializa uma nova instância da classe EntityMemberAnnotationsGetResponse.

Sobrecargas

EntityMemberAnnotationsGetResponse()

Inicializa uma nova instância da classe EntityMemberAnnotationsGetResponse que tem valores padrão.

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

Inicializa uma nova instância da classe EntityMemberAnnotationsGetResponse que tem as anotações, a entidade, o membro, o modelo, a ID da versão e o resultado da operação especificados.

EntityMemberAnnotationsGetResponse()

Inicializa uma nova instância da classe EntityMemberAnnotationsGetResponse que tem valores padrão.

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

Aplica-se a

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

Inicializa uma nova instância da classe EntityMemberAnnotationsGetResponse que tem as anotações, a entidade, o membro, o modelo, a ID da versão e o resultado da operação especificados.

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)

Parâmetros

Annotations
Collection<Annotation>

A matriz das anotações a serem criadas.

EntityId
Identifier

O GUID (identificador global exclusivo) ou o nome exato da entidade.

MemberId
MemberIdentifier

O identificador do membro.

ModelId
Identifier

O GUID ou o nome exato do modelo.

OperationResult
OperationResult

O resultado da operação, incluindo uma ID exclusiva para acompanhamento e log.

VersionId
Identifier

O GUID ou o nome exato da versão do modelo.

Aplica-se a