Freigeben über


AnnotationsDeleteRequest-Klasse

Represents a request to delete an existing annotation.

Vererbungshierarchie

System.Object
  Microsoft.MasterDataServices.Services.MessageContracts.MessageRequest
    Microsoft.MasterDataServices.Services.MessageContracts.AnnotationsDeleteRequest

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

Syntax

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

Der AnnotationsDeleteRequest-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Id Gets or sets the identifier of the request.
Öffentliche Eigenschaft International Gets or sets the client localization information. (Geerbt von MessageRequest.)

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.

Siehe auch

Verweis

Microsoft.MasterDataServices.Services.MessageContracts-Namespace