CompoundValidationRule Constructor  | 
  
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic CompoundValidationRule(
	IList<AppSettingValidationRule> rules
)
Public Sub New ( 
	rules As IList(Of AppSettingValidationRule)
)
public:
CompoundValidationRule(
	IList<AppSettingValidationRule^>^ rules
)
new : 
        rules : IList<AppSettingValidationRule> -> CompoundValidationRuleParameters
- rules
 - Type: System.Collections.GenericIListAppSettingValidationRule
The rules to be contained by the new rule. 
Exceptions
See Also