Int32RangeValidator Constructor Breeze.sharp
Initializes a new instance of the Int32RangeValidator class

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public Int32RangeValidator(
	int min,
	int max,
	bool includeMinEndpoint = true,
	bool includeMaxEndpoint = true
)

Parameters

min
Type: SystemInt32
max
Type: SystemInt32
includeMinEndpoint (Optional)
Type: SystemBoolean
includeMaxEndpoint (Optional)
Type: SystemBoolean
See Also

Reference