ServiceClient.EntityMemberAnnotationsCreate Método

Definición

Crea nuevas anotaciones adjuntas a un miembro.

public:
 Microsoft::MasterDataServices::OperationResult ^ EntityMemberAnnotationsCreate(Microsoft::MasterDataServices::International ^ International, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::Identifier ^ VersionId);
public Microsoft.MasterDataServices.OperationResult EntityMemberAnnotationsCreate (Microsoft.MasterDataServices.International International, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.Identifier VersionId);
member this.EntityMemberAnnotationsCreate : Microsoft.MasterDataServices.International * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.OperationResult
Public Function EntityMemberAnnotationsCreate (International As International, Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, VersionId As Identifier) As OperationResult

Parámetros

International
International

La configuración cultural.

Annotations
Collection<Annotation>

La matriz de anotaciones que se van a crear.

EntityId
Identifier

El identificador único global (GUID) o el nombre exacto de la entidad.

MemberId
MemberIdentifier

Identificador del miembro.

ModelId
Identifier

Identificador único global (GUID) o nombre exacto del modelo.

VersionId
Identifier

Identificador único global (GUID) o el nombre exacto de la versión de modelo.

Devoluciones

Objeto OperationResult que representa el resultado de la operación.

Se aplica a