Override the base hook to call validators required for create.
Namespace: Castle.ActiveRecord
Assembly: Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0
Syntax
| C# |
|---|
protected internal override bool BeforeSave( IDictionary state ) |
Parameters
- state
- IDictionary
The current state of the object
Return Value
Returns true if the state has changed otherwise false
See Also
Castle.ActiveRecord Namespace