AuditTrailServiceBase Members
In This Article
DevExpress.Persistent.AuditTrail.AuditTrailService.Instance
property to access this service and customize its behavior. In .NET applications, use Dependency Injection to access this service.
#Properties
Name |
---|
Audit |
Object |
Object |
Options |
Settings |
Timestamp |
#Methods
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. |
#Events
Name | Description |
---|---|
Custom |
|
Customize |
Occurs after a business object is changed and before the corresponding Audit |
Customize |
This event is raised when an application’s setup is complete. Handle this event to use the default settings for the Audit Trail Module. |
Customize |
For internal use. |
Query |
Occurs before Audit |
Save |
Occurs before new Audit |
See Also