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 | |
---|---|---|
![]() |
EntityMemberAnnotationsCreateRequest | Initializes a new instance of the EntityMemberAnnotationsCreateRequest class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Annotations | Gets or sets an array of annotations to create, represented using the ArrayofAnnotation complex type. |
![]() |
EntityId | Gets or sets the GUID or the exact name of the entity. |
![]() |
International | Gets or sets a value indicating whether to use client localization information. Ereditato da MessageRequest. |
![]() |
MemberId | Gets or sets the MemberIdentifier of the member. |
![]() |
ModelId | Gets or sets the GUID or the exact name of the model. |
![]() |
VersionId | Gets or sets the GUID or the exact name of the model version. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
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.