Override the base hook to call validators required for update.

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
protected internal override bool OnFlushDirty(
	Object id,
	IDictionary previousState,
	IDictionary currentState,
	IType[] types
)

Parameters

id
Object
object id
previousState
IDictionary
The previous state of the object
currentState
IDictionary
The current state of the object
types
array<IType>[]()
Property types

Return Value

Returns true if the state has changed otherwise false

See Also