Initializes a new instance of the RangeValidatorT class
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public RangeValidator( T min, T max, bool includeMinEndpoint = true, bool includeMaxEndpoint = true )
Parameters
- min
- Type: T
- max
- Type: T
- includeMinEndpoint (Optional)
- Type: SystemBoolean
- includeMaxEndpoint (Optional)
- Type: SystemBoolean
See Also