Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuditTrailService Properties

The service that the Audit Trail Module uses to monitor object changes and log this information. You can use the static Instance property to access this service and customize its behavior.
Name Description
AuditDataStore Stores AuditDataItem objects that contain information about object changes.
Instance static Provides access to the instance of the AuditTrailService. Use this property to access AuditTrailService‘s settings.
ObjectAuditingMode Specifies the object auditing mode.
ObjectAuditProcessorsFactory Provides access to the factory that creates ObjectAuditProcessor for a particular object auditing mode.
Settings Provides access to the service’s settings. These settings allow you to customize the list of objects and properties that should be audited.
TimestampStrategy Specifies the Audit Timestamp Strategy.
See Also