AddAudit Method

Dal.Audit

IAuditProvider..::..AddAudit Method

Adds the audit.

Namespace:  Dal.Audit
Assembly:  Dal.Audit (in Dal.Audit.dll)

Syntax


void AddAudit(
	DbEntityEntry entry,
	DateTime date,
	string user,
	AuditConfigurationEntry config,
	EntityState writeMode
)

Parameters

entry
Type: DbEntityEntry
The entry.
date
Type: DateTime
The date.
user
Type: String
The user.
config
Type: Dal.Audit..::..AuditConfigurationEntry
The configuration.
writeMode
Type: EntityState
The write mode.