Share via


AuditInfo-Klasse

Represents a common complex type used to store object modification history. This type is always used for read-only data.

Vererbungshierarchie

System. . :: . .Object
  Microsoft.MasterDataServices.Services.DataContracts..::..AuditInfo

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

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo
'Usage
Dim instance As AuditInfo
[SerializableAttribute]
[DataContractAttribute(Name = "AuditInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class AuditInfo
[SerializableAttribute]
[DataContractAttribute(Name = L"AuditInfo", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class AuditInfo
[<SerializableAttribute>]
[<DataContractAttribute(Name = "AuditInfo", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type AuditInfo =  class end
public class AuditInfo

Der AuditInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CreatedDateTime Gets or sets the date and time when the associated object was created.
Öffentliche Eigenschaft CreatedUserId Gets or sets the user identifier that created associated object.
Öffentliche Eigenschaft CreatedVersionId Gets or sets the identifier of the version in which the associated object was created.
Öffentliche Eigenschaft UpdatedDateTime Gets or sets the last date and time when the associated object was updated.
Öffentliche Eigenschaft UpdatedUserId Gets or sets the identifier of the last user who updated the object.
Öffentliche Eigenschaft UpdatedVersionId Gets or sets the identifier of the version in which the associated object was last updated.

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.