Share via


EntityMemberAnnotationsCreateRequest-Klasse

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

Vererbungshierarchie

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

Namespace:  Microsoft.MasterDataServices.Services.MessageContracts
Assembly:  Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)

Syntax

'Declaration
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsCreateRequest _
    Inherits MessageRequest
'Usage
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

Der EntityMemberAnnotationsCreateRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode EntityMemberAnnotationsCreateRequest Initializes a new instance of the EntityMemberAnnotationsCreateRequest class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Annotations Gets or sets an array of annotations to create, represented using the ArrayofAnnotation complex type.
Öffentliche Eigenschaft EntityId Gets or sets the GUID or the exact name of the entity.
Öffentliche Eigenschaft International Gets or sets a value indicating whether to use client localization information. (Geerbt von MessageRequest.)
Öffentliche Eigenschaft MemberId Gets or sets the MemberIdentifier of the member.
Öffentliche Eigenschaft ModelId Gets or sets the GUID or the exact name of the model.
Öffentliche Eigenschaft VersionId Gets or sets the GUID or the exact name of the model version.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.