CheckedBoundsValidationRuleTValue Constructor

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public CheckedBoundsValidationRule(
	TValue? minValue,
	TValue? maxValue
)

Parameters

minValue
Type: SystemNullableTValue
The minimum value, or if there is no minimum.
maxValue
Type: SystemNullableTValue
The maximum value, or if there is no maximum.
Exceptions
ExceptionCondition
ArgumentExceptionBoth minValue and maxValue are .
ArgumentOutOfRangeExceptionThe minimum is greater than the maximum.
See Also