The LLBLGenProGenericAuditor<(Of <(<'TAuditInfoEntity>)>)> type exposes the following members.

Constructors

Methods

  Name Description
Public method AuditCustomAction(List<(Of <<'(String>)>>), Object)
Audits a custom action.
Public method AuditCustomAction(String, Object)
Audits a custom action.
Public method AuditCustomAction(List<(Of <<'(String>)>>), Object, Int32, String)
Audits a custom action.
Public method AuditCustomAction(String, Object, Int32, String)
Audits a custom action.
Public method AuditDeleteOfEntity
Audits the successful delete of an entity from the database
(Overrides AuditorBaseAuditDeleteOfEntity(IEntityCore).)
Public method AuditDereferenceOfRelatedEntity
Audits the successful dereference of related entity from the entity passed in.
(Overrides AuditorBaseAuditDereferenceOfRelatedEntity(IEntityCore, IEntityCore, String).)
Public method AuditEntityFieldSet
Audits the successful field set of an entity from the database.
(Overrides AuditorBaseAuditEntityFieldSet(IEntityCore, Int32, Object).)
Public method AuditInsertOfNewEntity
Audits the successful insert of a new entity into the database.
(Overrides AuditorBaseAuditInsertOfNewEntity(IEntityCore).)
Public method AuditLoadOfEntity
Audits the successful load of an entity from the database.
(Overrides AuditorBaseAuditLoadOfEntity(IEntityCore).)
Public method AuditReferenceOfRelatedEntity
Audits the successful reference of related entity from the entity passed in.
(Overrides AuditorBaseAuditReferenceOfRelatedEntity(IEntityCore, IEntityCore, String).)
Public method AuditUpdateOfExistingEntity
Audits the successful update of an existing entity in the database
(Overrides AuditorBaseAuditUpdateOfExistingEntity(IEntityCore).)
Public method ClearAuditLog
Removes all audit logs from memory.
Protected method CreateAuditInfoEntity
Create a Audit information entity.
Public method GetAuditEntitiesToSave
Gets the audit entities to save. Audit entities contain the audit information stored inside this auditor.
(Overrides AuditorBaseGetAuditEntitiesToSave()()()().)
Protected method HandleActionData
Handle Action Data is used to automatically store entity data into a audit info.
Public method InitializeAuditInfoEntity
Initialize audit information entity.

Used to set all custom initialization properties

Public method Static member LogCustomAction<(Of <<'(TAuditor>)>>)(IDataAccessAdapter, List<(Of <<'(String>)>>), Object)
Audits a custom action.
Public method Static member LogCustomAction<(Of <<'(TAuditor>)>>)(IDataAccessAdapter, String, Object)
Audits a custom action.
Public method Static member LogCustomAction<(Of <<'(TAuditor>)>>)(IDataAccessAdapter, List<(Of <<'(String>)>>), Object, Int32, String)
Audits a custom action.
Public method Static member LogCustomAction<(Of <<'(TAuditor>)>>)(IDataAccessAdapter, String, Object, Int32, String)
Audits a custom action.
Public method TransactionCommitted
The transaction with which the audit entities requested from GetAuditEntitiesToSave were saved. Use this method to clear any audit data in this auditor as all audit information is persisted successfully.
(Overrides AuditorBaseTransactionCommitted()()()().)

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field _auditInfoEntities
Audit information entites used as storage prior to the DB save.

Properties

  Name Description
Public property EnableIntensiveAuditing
Gets or sets a flag if intensive auditing is enabled.

Note: Intensive auditing will log detailed information about the entities.

Public property IgnoredEntityTypes
Gets or sets ignored entity types.
Public property IgnoredFieldNames
Gets or sets ignored field names.
Public property SerializationMode
Gets or sets Audit serialization mode.

See Also