Partager via


Classe Annotation

Represents an annotation.

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.Annotation

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataContractAttribute(Name := "Annotation", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Annotation _
    Inherits DataContractBase
'Utilisation
Dim instance As Annotation
[DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation : DataContractBase
[DataContractAttribute(Name = L"Annotation", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Annotation : public DataContractBase
[<DataContractAttribute(Name = "Annotation", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Annotation =  
    class 
        inherit DataContractBase 
    end
public class Annotation extends DataContractBase

Le type Annotation expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Annotation Initializes a new instance of the Annotation class.

Haut de la page

Propriétés

  Nom Description
Propriété publique AuditInfo Gets or sets the audit information of the annotation.
Propriété publique Comment Gets or sets the comment text.
Propriété publique Id Gets or sets the identifier of the annotation.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts