Skip to main content
All docs
V23.2
.NET 6.0+

AuditTrailEvents Members

Constructors

Name Description
AuditTrailEvents() Initializes a new instance of the AuditTrailEvents class.

Properties

Name Description
OnCustomCreateAuditDataStore Specifies a delegate method that creates a custom data store for audit trails.
OnCustomCreateObjectAuditProcessorsFactory
OnCustomizeAuditDataStore Specifies a delegate method that applies customization logic to the audit data store.
OnCustomizeAuditOperationTypeFilter
OnCustomizeAuditTrailSettings
OnCustomizeSessionAuditingOptions
OnSaveAuditTrailData

Methods

Name Description
CustomCreateAuditDataStore(CustomCreateAuditDataStoreContext)
CustomCreateObjectAuditProcessorsFactory(CustomCreateObjectAuditProcessorsFactoryContext)
CustomizeAuditDataStore(CustomizeAuditDataStoreContext)
CustomizeAuditOperationTypeFilter(CustomizeAuditOperationTypeFilterContext)
CustomizeAuditTrailSettings(CustomizeAuditTrailSettingsContext)
CustomizeSessionAuditingOptions(CustomizeSessionAuditingOptionContext)
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SaveAuditTrailData(SaveAuditTrailDataContext)
ToString() Returns a string that represents the current object. Inherited from Object.
See Also