Skip to main content
A newer version of this page is available. .

AuditTrailModule.AuditDataItemPersistentType Property

Specifies the business class used to persist auditing information in the database.

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.ExpressApp.AuditTrail.v19.1.dll

Declaration

[TypeConverter(typeof(BusinessClassTypeConverter<IBaseAuditDataItemPersistent>))]
public Type AuditDataItemPersistentType { get; set; }

Property Value

Type Description
Type

The type of a business class used to persist auditing information in the database.

See Also