Clase AuditInfo
Represents a common complex type used to store object modification history. This type is always used for read-only data.
Jerarquía de herencia
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts..::..AuditInfo
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo
'Uso
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
El tipo AuditInfo expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
AuditInfo | Initializes a new instance of the AuditInfo class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
CreatedDateTime | Gets or sets the date and time when the associated object was created. |
![]() |
CreatedUserId | Gets or sets the user identifier that created associated object. |
![]() |
CreatedVersionId | Gets or sets the identifier of the version in which the associated object was created. |
![]() |
UpdatedDateTime | Gets or sets the last date and time when the associated object was updated. |
![]() |
UpdatedUserId | Gets or sets the identifier of the last user who updated the object. |
![]() |
UpdatedVersionId | Gets or sets the identifier of the version in which the associated object was last updated. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)