CheckedBoundsValidationRuleTValue Class |
Namespace: Dundas.BI.Configuration
public class CheckedBoundsValidationRule<TValue> : AppSettingValidationRule where TValue : struct, new(), IComparable<TValue>
The CheckedBoundsValidationRuleTValue type exposes the following members.
Name | Description | |
---|---|---|
CheckedBoundsValidationRuleTValue |
Initializes a new instance of the CheckedBoundsValidationRuleTValue class.
|
Name | Description | |
---|---|---|
MaxValue |
Gets the maximum acceptable value for a configuration setting.
| |
MinValue |
Gets the minimum acceptable value for a configuration setting.
|
Name | Description | |
---|---|---|
Validate | Validates the specified value against the rule. (Overrides AppSettingValidationRule.Validate(ValidationParameters).) |