AuditTrailService Methods
The service that the Audit Trail Module uses to monitor object changes and log this information. In .NET Framework applications, you can use the static DevExpress.Persistent.AuditTrail.AuditTrailService.Instance
property to access this service and customize its behavior. In .NET applications, use Dependency Injection to access this service.
Name | Description |
---|---|
Add |
Inherited from Audit |
Apply |
|
Begin |
Starts auditing the specified objects according to auditing |
Begin |
Starts auditing the specified objects in Full object auditing mode.
Inherited from Audit |
Begin |
Starts auditing object changes made within the specified session.
Inherited from Audit |
Begin |
Starts auditing object changes made within the specified session.
Inherited from Audit |
Dispose() |
Inherited from Audit |
End |
Stops auditing object changes made within the specified session.
Inherited from Audit |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
|
Get |
Gets the audit strategy for the specified session.
Inherited from Audit |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Indicates whether the Audit Trail Module audits object changes within the specified session.
Inherited from Audit |
Listen |
Inherited from Audit |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Save |
Saves Audit |
Set |
Inherited from Audit |
Set |
Inherited from Audit |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also