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

AuditTrailService.ObjectAuditProcessorsFactory Property

Provides access to the factory that creates ObjectAuditProcessor for a particular object auditing mode.

Namespace: DevExpress.Persistent.AuditTrail

Assembly: DevExpress.Persistent.BaseImpl.v20.2.dll

Declaration

public IObjectAuditProcessorsFactory ObjectAuditProcessorsFactory { get; }

Property Value

Type Description
DevExpress.Persistent.AuditTrail.IObjectAuditProcessorsFactory

The factory that creates ObjectAuditProcessor for a particular object auditing mode.

Remarks

Handle the CustomCreateObjectAuditProcessorsFactory event to change this property value. Refer to the event’s description for an example.

See Also