Open this page in the API Guide

ComponentSettingValidationRule.Validate Method

Validates the specified value against the rule.

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 string? Validate(
	ParameterValue parameterValue
)

Parameters

parameterValue
Type: Dundas.BI.Data.Parameters.ParameterValue
The ParameterValue to be used for the validation operation.

Return Value

Type: String
If validation succeeds, null; otherwise, a string describing why the validation failed.
See Also