Implementors should perform any initialization logic

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

Syntax

C#
void Initialize(
	IValidatorRegistry validationRegistry,
	PropertyInfo property
)

Parameters

validationRegistry
IValidatorRegistry
The validation registry.
property
PropertyInfo
The target property

See Also