Share via


EntityMemberAnnotationsGetRequest-Klasse

Retrieves annotations associated directly with a member (not associated with a transaction).

Vererbungshierarchie

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

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

Syntax

'Declaration
<MessageContractAttribute> _
Public Class EntityMemberAnnotationsGetRequest _
    Inherits MessageRequest
'Usage
Dim instance As EntityMemberAnnotationsGetRequest
[MessageContractAttribute]
public class EntityMemberAnnotationsGetRequest : MessageRequest
[MessageContractAttribute]
public ref class EntityMemberAnnotationsGetRequest : public MessageRequest
[<MessageContractAttribute>]
type EntityMemberAnnotationsGetRequest =  
    class
        inherit MessageRequest
    end
public class EntityMemberAnnotationsGetRequest extends MessageRequest

Der EntityMemberAnnotationsGetRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft EntityId Gets or sets the GUID or the exact Name of an 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 whose annotations are requested.
Öffentliche Eigenschaft ModelId Gets or sets the GUID or the exact Name of a Model.
Öffentliche Eigenschaft VersionId Gets or sets the GUID or the exact Name of a 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.