Skip to main content
.NET 6.0+

AuditTrailModule.AuditDataItemPersistentType Property

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

Namespace: DevExpress.ExpressApp.AuditTrail

Assembly: DevExpress.ExpressApp.AuditTrail.Xpo.v23.2.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