AuditTrailServiceBase Methods
The base 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 |
|
Begin |
Starts auditing the specified objects according to auditing |
Begin |
Starts auditing the specified objects in Full object auditing mode. |
Begin |
Starts auditing object changes made within the specified session. |
Begin |
Starts auditing object changes made within the specified session. |
Dispose() | |
End |
Stops auditing object changes made within the specified session. |
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 |
Gets the audit strategy for the specified session. |
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. |
Listen |
|
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 |
|
Set |
|
To |
Returns a string that represents the current object. Inherited from Object. |
See Also