Share via


AuditInfo Class

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

Inheritance Hierarchy

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

The AuditInfo type exposes the following members.

Constructors

  Name Description
Public method AuditInfo Initializes a new instance of the AuditInfo class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.