Classe AuditInfo
Defines the data contract for the audit information which contains created by and updated by information.
Hiérarchie d'héritage
System.Object
Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
Microsoft.MasterDataServices.Services.DataContracts.AuditInfo
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
<DataContractAttribute(Name := "AuditInfo", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class AuditInfo _
Inherits DataContractBase
'Utilisation
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
Le type AuditInfo expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
AuditInfo | Initializes a new instance of the AuditInfo class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
CreatedDateTime | Gets or sets the date and time the object was created. | |
CreatedUserId | Gets or sets the identifier for the user that created the object. | |
CreatedVersionId | Gets or sets the identifier for the version the object was created. | |
UpdatedDateTime | Gets or sets the date and time the object were updated. | |
UpdatedUserId | Gets or sets the identifier for the user that updated the object. | |
UpdatedVersionId | Gets or sets the identifier for the version the object was updated. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
SetProperty<T> | Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.) | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts