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 (26.2.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 propertyValidationFuncGets the validation function associated with the rule.
Top
Methods
 NameDescription
Public methodValidateValidates the specified value against the rule.
Top
See Also