CompoundValidationRule Constructor |
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
)
Public Sub New (
rules As IList(Of AppSettingValidationRule)
)
public:
CompoundValidationRule(
IList<AppSettingValidationRule^>^ rules
)
new :
rules : IList<AppSettingValidationRule> -> CompoundValidationRule
Parameters
- rules
- Type: System.Collections.GenericIListAppSettingValidationRule
The rules to be contained by the new rule.
Exceptions See Also