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

AuditTrailServiceBase Class

The base 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.

Namespace: DevExpress.Persistent.BaseImpl.AuditTrail.Services

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v22.2.dll

Declaration

public abstract class AuditTrailServiceBase :
    IAuditTrailService,
    IDisposable

Inheritance

Object
AuditTrailServiceBase
See Also