AuditInfo Class

Defines the data contract for the audit information which contains created by and updated by information.

Inheritance Hierarchy

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

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

Syntax

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

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 the object was created.
Public property CreatedUserId Gets or sets the identifier for the user that created the object.
Public property CreatedVersionId Gets or sets the identifier for the version the object was created.
Public property UpdatedDateTime Gets or sets the date and time the object were updated.
Public property UpdatedUserId Gets or sets the identifier for the user that updated the object.
Public property UpdatedVersionId Gets or sets the identifier for the version the object was 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.)
Protected method SetProperty<T> Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
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.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace