Ensures that a property's string representation is within the desired length limitations.

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

Syntax

C#
[SerializableAttribute]
public class LengthValidator : AbstractValidator

Inheritance Hierarchy

System..::Object
  Castle.Components.Validator..::AbstractValidator
    Castle.Components.Validator..::LengthValidator

See Also