Click or drag to resize

AuditorBase.AuditEntityFieldSet Method

Audits when an entity field is set succesfully to a new value.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax
public virtual void AuditEntityFieldSet(
	IEntityCore entity,
	int fieldIndex,
	Object originalValue
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClasses.IEntityCore
The entity a field was set to a new value.
fieldIndex
Type: System.Int32
Index of the field which got a new value.
originalValue
Type: System.Object
The original value of the field with the index passed in before it received a new value.

Implements

IAuditor.AuditEntityFieldSet(IEntityCore, Int32, Object)
See Also