CheckedBoundsValidationRuleTValue Class

Represents a rule for validating that a numeric value falls within a specified range.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationAppSettingValidationRule
    Dundas.BI.ConfigurationCheckedBoundsValidationRuleTValue

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CheckedBoundsValidationRule<TValue> : AppSettingValidationRule
where TValue : struct, new(), IComparable<TValue>

Type Parameters

TValue
The type of the value.

The CheckedBoundsValidationRuleTValue type exposes the following members.

Constructors
 NameDescription
Public methodCheckedBoundsValidationRuleTValue Initializes a new instance of the CheckedBoundsValidationRuleTValue class.
Top
Properties
 NameDescription
Public propertyMaxValue Gets the maximum acceptable value for a configuration setting.
Public propertyMinValue Gets the minimum acceptable value for a configuration setting.
Top
Methods
 NameDescription
Public methodValidateValidates the specified value against the rule.
(Overrides AppSettingValidationRule.Validate(ValidationParameters))
Top
See Also