ComponentSettingValidationRule Class

A class used to define rules for validating input on a component setting.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.ParametersComponentSettingValidationRule

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 class ComponentSettingValidationRule

The ComponentSettingValidationRule type exposes the following members.

Constructors
  NameDescription
Public methodComponentSettingValidationRule
Represents a rule for validating a component setting.
Top
Properties
  NameDescription
Public propertyValidationFunc
Gets the validation function associated with the rule.
Top
Methods
  NameDescription
Public methodValidate
Validates the specified value against the rule.
Top
See Also