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 (25.3.0.1000)
Syntaxpublic sealed class CompoundValidationRule : AppSettingValidationRule
Public NotInheritable Class CompoundValidationRule
	Inherits AppSettingValidationRule
public ref class CompoundValidationRule sealed : public AppSettingValidationRule
[<SealedAttribute>]
type CompoundValidationRule =  
    class
        inherit AppSettingValidationRule
    endThe CompoundValidationRule type exposes the following members.
Constructors
Properties| 
								 
							 | Name | Description | 
|---|
  | Rules | Gets the rules contained by this rule.  | 
Top
Methods| 
								 
							 | Name | Description | 
|---|
  | Validate | Validates the specified value against the rule.  (Overrides AppSettingValidationRule.Validate(ValidationParameters).) | 
Top
See Also