CheckedBoundsValidationRule<TValue> Class |
Namespace: Dundas.BI.Configuration
public class CheckedBoundsValidationRule<TValue> : AppSettingValidationRule where TValue : struct, new(), IComparable<TValue>
The CheckedBoundsValidationRule<TValue> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CheckedBoundsValidationRule<TValue> |
Initializes a new instance of the CheckedBoundsValidationRule<TValue> 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).) |