AuditTrailService 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 | Description |
---|---|
Application | For internal use. |
Audit |
Inherited from Audit |
Audit |
|
Is |
|
Object |
Inherited from Audit |
Object |
Inherited from Audit |
Options |
Inherited from Audit |
Options |
|
Save |
For internal use. |
Settings |
Inherited from Audit |
Timestamp |
Inherited from Audit |
#Methods
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. |
#Events
Name | Description |
---|---|
Custom |
Inherited from Audit |
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.
Inherited from Audit |
Customize |
For internal use.
Inherited from Audit |
Query |
Occurs before Audit |
Save |
Occurs before new Audit |
See Also