AuditInfo Class
The audit information that is appended to numerous complex types.
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Microsoft.MasterDataServices.Services.DataContracts::DataContractBase
Microsoft.MasterDataServices.Services.DataContracts::AuditInfo
| Name | Description | |
|---|---|---|
![]() | AuditInfo() | Initializes a new instance of the AuditInfo class. |
| Name | Description | |
|---|---|---|
![]() | CreatedDateTime | Gets or sets the date and time at which the associated object was created. |
![]() | CreatedUserId | Gets or sets the Identifier of the user who created the associated object. |
![]() | CreatedVersionId | Obsolete. Gets or sets the Identifier of the version in which the associated object was created. |
![]() | RevisionId | Gets or sets the revision identifier of the associated object. |
![]() | UpdatedDateTime | Gets or sets the date and time at which the associated object was last updated. |
![]() | UpdatedUserId | Gets or sets the Identifier of the user who last updated the object. |
![]() | UpdatedVersionId | Obsolete. Gets or sets the Identifier of the version in which the associated object was last updated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | SetProperty<T>(T%, T, String^, Boolean) | Changes the property to the given value. Returns whether the new value is different from the old value. (Inherited from DataContractBase.) |
![]() | ToString() | (Inherited from Object.) |
The AuditInfo complex type specifies a common complex type that is used to store object modification history.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


