RangeValidator<T> Constructor

Include Protected Members
Include Inherited Members

Overload List

  Name Description
Public method RangeValidator<T>(T)

Initializes a new instance of the RangeValidator<T> class with an upper bound constraint.

Protected method RangeValidator<T>(T, Boolean)

Initializes a new instance of the RangeValidator<T> class with an upper bound constraint.

Public method RangeValidator<T>(T, T)

Initializes a new instance of the RangeValidator<T> class with lower and upper bound constraints.

Protected method RangeValidator<T>(T, T, Boolean)

Initializes a new instance of the RangeValidator<T> class with lower and upper bound constraints.

Public method RangeValidator<T>(T, RangeBoundaryType, T, RangeBoundaryType)

Initializes a new instance of the RangeValidator<T> class with fully specified bound constraints.

Protected method RangeValidator<T>(T, RangeBoundaryType, T, RangeBoundaryType, Boolean)

Initializes a new instance of the RangeValidator<T> class with fully specified bound constraints.

Public method RangeValidator<T>(T, RangeBoundaryType, T, RangeBoundaryType, String)

Initializes a new instance of the RangeValidator<T> class with fully specified bound constraints and a message template.

Public method RangeValidator<T>(T, RangeBoundaryType, T, RangeBoundaryType, String, Boolean)

Initializes a new instance of the RangeValidator<T> class with fully specified bound constraints and a message template.

See Also

RangeValidator<T> Class

RangeValidator<T> Members

Microsoft.Practices.EnterpriseLibrary.Validation.Validators Namespace