CompoundValidationRule Class

Represents a rule which is composed of other rules.
Inheritance Hierarchy

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public sealed class CompoundValidationRule : AppSettingValidationRule

The CompoundValidationRule type exposes the following members.

Constructors
  NameDescription
Public methodCompoundValidationRule
Initializes a new instance of the CompoundValidationRule class.
Top
Properties
  NameDescription
Public propertyRules
Gets the rules contained by this rule.
Top
Methods
  NameDescription
Public methodValidate
Validates the specified value against the rule.
(Overrides AppSettingValidationRule.Validate(ValidationParameters).)
Top
See Also