ComponentSettingValidationRule Constructor

Represents a rule for validating a component setting.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public ComponentSettingValidationRule(
	Func<ParameterValue, string?> validator
)

Parameters

validator
Type: SystemFuncParameterValue, String
See Also