TransformValidateSettingValues Method |
Validates the settings values against their type, valid values and allowed range.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic virtual bool ValidateSettingValues()
Public Overridable Function ValidateSettingValues As Boolean
public:
virtual bool ValidateSettingValues()
abstract ValidateSettingValues : unit -> bool
override ValidateSettingValues : unit -> bool
Return Value
Type:
Boolean if the validation is successful; otherwise
.
Exceptions| Exception | Condition |
|---|
| ArgumentException | One of the referenced setting values does not meet the validation rule criteria. |
See Also