Specifies the data type the RangeValidator is dealing with.

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

Syntax

C#
public enum RangeValidationType

Members

Member nameDescription
Integer
RangeValidator is dealing with a range of integers
Decimal
RangeValidator is dealing with a range of decimals
DateTime
RangeValidator is dealing with a range of dates
String
RangeValidator is dealing with a range of strings

See Also