ValidationParameters Constructor |
Namespace:
Dundas.BI.Configuration
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ValidationParameters(
AppSetting setting,
Object value,
AppSettingValueSource valueSource
)
Public Sub New (
setting As AppSetting,
value As Object,
valueSource As AppSettingValueSource
)
public:
ValidationParameters(
AppSetting^ setting,
Object^ value,
AppSettingValueSource valueSource
)
new :
setting : AppSetting *
value : Object *
valueSource : AppSettingValueSource -> ValidationParameters
Parameters
- setting
- Type: Dundas.BI.ConfigurationAppSetting
The application setting corresponding to the value being validated. - value
- Type: SystemObject
The value to validate. - valueSource
- Type: Dundas.BI.ConfigurationAppSettingValueSource
The value source.
Exceptions See Also