CheckedBoundsValidationRuleTValue Constructor

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntax
public CheckedBoundsValidationRule(
	Nullable<TValue> minValue,
	Nullable<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