The base class for all the validation attributes. This class define a Castle.Components.Validator property that is used to retrieve the validtor that is used to validate the value of the property.

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

Syntax

C#
[SerializableAttribute]
[AttributeUsageAttribute(AttributeTargets.Property, AllowMultiple = true)]
public abstract class AbstractValidationAttribute : Attribute, IValidatorBuilder

Inheritance Hierarchy

See Also