ValidationParameters Class

Specifies parameters for validating configuration setting values.
Inheritance Hierarchy
SystemObject
  Dundas.BI.ConfigurationValidationParameters

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public class ValidationParameters

The ValidationParameters type exposes the following members.

Constructors
  NameDescription
Public methodValidationParameters
Initializes a new instance of the ValidationParameters class.
Top
Properties
  NameDescription
Public propertySetting
Gets the application setting corresponding to the value being validated.
Public propertyValue
Gets the value to validate.
Public propertyValueSource
Gets the source of the value.
Top
See Also

Reference

AppSettingValidationRule.Validate(ValidationParameters)