Open this page in the API Guide

ValidationParameters Class

Specifies parameters for validating configuration setting values.
Inheritance Hierarchy
System.Object
  Dundas.BI.Configuration.ValidationParameters

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.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)