Condividi tramite


Classe EntityMemberAnnotationsCreateRequest

Creates a request to add annotations directly to a member (not associated with a transaction).

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.MasterDataServices.Services.MessageContracts. . :: . .MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts..::..EntityMemberAnnotationsCreateRequest

Spazio dei nomi  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Sintassi

'Dichiarazione
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsCreateRequest _
    Inherits MessageRequest
'Utilizzo
Dim instance As EntityMemberAnnotationsCreateRequest
[MessageContractAttribute]
public class EntityMemberAnnotationsCreateRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityMemberAnnotationsCreateRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityMemberAnnotationsCreateRequest =  
    class
        inherit MessageRequest
    end
public class EntityMemberAnnotationsCreateRequest extends MessageRequest

Nel tipo EntityMemberAnnotationsCreateRequest sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EntityMemberAnnotationsCreateRequest Initializes a new instance of the EntityMemberAnnotationsCreateRequest class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Annotations Gets or sets an array of annotations to create, represented using the ArrayofAnnotation complex type.
Proprietà pubblica EntityId Gets or sets the GUID or the exact name of the entity.
Proprietà pubblica International Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest.
Proprietà pubblica MemberId Gets or sets the MemberIdentifier of the member.
Proprietà pubblica ModelId Gets or sets the GUID or the exact name of the model.
Proprietà pubblica VersionId Gets or sets the GUID or the exact name of the model version.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.