Open this page in the API Guide

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 (25.1.0.1000)
Syntax
public ComponentSettingValidationRule(
	Func<ParameterValue, string?> validator
)

Parameters

validator
Type: System.Func<ParameterValue, String>
See Also