Partilhar via


Classe AuditInfo

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo _
    Inherits DataContractBase
'Uso
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

O tipo AuditInfo expõe os membros a seguir.

Construtores

  Nome Descrição
Método público AuditInfo Initializes a new instance of the AuditInfo class.

Início

Propriedades

  Nome Descrição
Propriedade pública CreatedDateTime Gets or sets the date and time the object was created.
Propriedade pública CreatedUserId Gets or sets the identifier for the user that created the object.
Propriedade pública CreatedVersionId Gets or sets the identifier for the version the object was created.
Propriedade pública UpdatedDateTime Gets or sets the date and time the object were updated.
Propriedade pública UpdatedUserId Gets or sets the identifier for the user that updated the object.
Propriedade pública UpdatedVersionId Gets or sets the identifier for the version the object was updated.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método protegido SetProperty<T> Infraestrutura. Sets the property using the specified values. (Herdado de DataContractBase.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.MasterDataServices.Services.DataContracts