ProcessParameterCheckValue Method

Checks the specified value if it valid for the current instance.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override bool CheckValue(
	ParameterValue value
)

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The value.

Return Value

Type: Boolean
if the value is valid; otherwise, .
Exceptions
ExceptionCondition
UnknownMemberExceptionvalue is referencing an unknown type member, which is invalid for a default value.
InvalidParameterValidValueExceptionthis is a SelectStructureParameter and value is not in the list of valid values.
See Also