Applies the common configuration defined on the attribute.

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

Syntax

C#
protected void ConfigureValidatorMessage(
	IValidator validator
)

Parameters

validator
IValidator
The validator instance.

See Also