AuditField Method (Expression(Func(T, Object)), String, Dictionary(String, String))

Dal.Audit

AuditHierarchyConfigurationExpression<(Of <(<'T>)>)>..::..AuditField Method (Expression<(Of <(<'Func<(Of <(<'T, Object>)>)>>)>)>, String, Dictionary<(Of <(<'String, String>)>)>)

Audits the field.

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

Syntax


public IAuditHierarchyTableConfigurationExpression<T> AuditField(
	Expression<Func<T, Object>> field,
	string fieldDescription,
	Dictionary<string, string> valuesDesc
)

Parameters

field
Type: Expression<(Of <(<'Func<(Of <(<'T, Object>)>)>>)>)>
The field.
fieldDescription
Type: String
The field description.
valuesDesc
Type: Dictionary<(Of <(<'String, String>)>)>
The values desc.

Return Value

IAuditHierarchyTableConfigurationExpression<T>.