AuditInfo Class
Represents audit information appended to numerous complex types.
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Microsoft.MasterDataServices::DataContractBase
Microsoft.MasterDataServices::AuditInfo
| Name | Description | |
|---|---|---|
![]() | AuditInfo() | Initializes a new instance of the AuditInfo class. |
| Name | Description | |
|---|---|---|
![]() | CreatedDateTime | Gets or sets the date and time when the associated object was created. |
![]() | CreatedUserId | Gets or sets the user identifier in which the associated object was created. |
![]() | CreatedVersionId | Gets or sets the version identifier in which the associated object was created. |
![]() | ExtensionData | Gets or sets the structure that contains extra data.(Inherited from DataContractBase.) |
![]() | UpdatedDateTime | Gets or sets the last date and time that the associated object was updated. |
![]() | UpdatedUserId | Gets or sets the identifier of the last user that updated the object. |
![]() | UpdatedVersionId | Gets or sets the identifier of the version in which the associated object was last update. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Use AuditInfo to store object modification history. Always use AuditInfo for read-only data.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


