Hook to change the object state before saving it.

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

Syntax

C#
protected internal virtual bool BeforeSave(
	IDictionary state
)

Parameters

state
IDictionary

[Missing <param> documentation for "state"]

Return Value

Return true if you have changed the state. false otherwise

See Also