Gets the error list per instance.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
public bool HasErrors(
	Object instance
)

Parameters

instance
Object
The instance.

Return Value

See Also