Open this page in the API Guide

CompoundValidationRule Constructor

Initializes a new instance of the CompoundValidationRule class.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public CompoundValidationRule(
	IList<AppSettingValidationRule> rules
)

Parameters

rules
Type: System.Collections.Generic.IList<AppSettingValidationRule>
The rules to be contained by the new rule.
Exceptions
ExceptionCondition
ArgumentExceptionrules is null or an empty collection.
See Also