CustomValidationRule Class

Represents a validation rule which determines validity by evaluating a delegate.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationAppSettingValidationRule
    Dundas.BI.ConfigurationCustomValidationRule

Namespace: Dundas.BI.Configuration
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public class CustomValidationRule : AppSettingValidationRule

The CustomValidationRule type exposes the following members.

Properties
 NameDescription
Public propertyValidationFuncGets the validation function associated with the rule.
Top
Methods
 NameDescription
Public methodValidateValidates the specified value against the rule.
(Overrides AppSettingValidationRule.Validate(ValidationParameters))
Top
See Also