[Missing <summary> documentation for M:Castle.ActiveRecord.ActiveRecordHooksBase.OnFlushDirty(System.Object,System.Collections.IDictionary,System.Collections.IDictionary,NHibernate.Type.IType[])]

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

Syntax

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

Parameters

id
Object

[Missing <param> documentation for "id"]

previousState
IDictionary

[Missing <param> documentation for "previousState"]

currentState
IDictionary

[Missing <param> documentation for "currentState"]

types
array<IType>[]()

[Missing <param> documentation for "types"]

Return Value

See Also