Annotation Class

Definition

Specifies an annotation (comment) on a transaction or member.

public ref class Annotation : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="Annotation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Annotation : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="Annotation", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Annotation = class
    inherit DataContractBase
Public Class Annotation
Inherits DataContractBase
Inheritance
Attributes

Constructors

Annotation()

Initializes a new instance of the Annotation class.

Properties

AuditInfo

Gets or sets an AuditInfo complex type.

Comment

Gets or sets the comment text.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
Id

Gets or sets the unique integer identifier of the annotation.

Applies to