CompoundValidationRule Class

Represents a rule which is composed of other rules.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationAppSettingValidationRule
    Dundas.BI.ConfigurationCompoundValidationRule

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 propertyRulesGets the rules contained by this rule.
Top
Methods
 NameDescription
Public methodValidateValidates the specified value against the rule.
(Overrides AppSettingValidationRule.Validate(ValidationParameters))
Top
See Also