Performs the fields validation for the specified action.

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

Syntax

C#
public virtual bool IsValid(
	RunWhen runWhen
)

Parameters

runWhen
RunWhen
Use validators appropriate to the action being performed.

Return Value

True if no validation error was found

See Also