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 (24.3.0.1000)
Syntax
public CompoundValidationRule(
	IList<AppSettingValidationRule> rules
)

Parameters

rules
Type: System.Collections.GenericIListAppSettingValidationRule
The rules to be contained by the new rule.
Exceptions
ExceptionCondition
ArgumentExceptionrules is or an empty collection.
See Also