IParameterServiceGetParameterValueFromQueryStringValue Method (Guid, Guid, QueryStringValue) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxParameterValue GetParameterValueFromQueryStringValue(
Guid entityId,
Guid parameterId,
QueryStringValue queryStringValue
)
Function GetParameterValueFromQueryStringValue (
entityId As Guid,
parameterId As Guid,
queryStringValue As QueryStringValue
) As ParameterValue
ParameterValue^ GetParameterValueFromQueryStringValue(
Guid entityId,
Guid parameterId,
QueryStringValue^ queryStringValue
)
abstract GetParameterValueFromQueryStringValue :
entityId : Guid *
parameterId : Guid *
queryStringValue : QueryStringValue -> ParameterValue
Parameters
- entityId
- Type: SystemGuid
The entity ID. - parameterId
- Type: SystemGuid
The parameter ID. - queryStringValue
- Type: Dundas.BI.Data.ParametersQueryStringValue
The QueryStringValue that needs to be converted.
Return Value
Type:
ParameterValueA
ParameterValue created according to the string in the
QueryStringValue.
Exceptions| Exception | Condition |
|---|
| ArgumentException | entityId is Empty or the value of queryStringValue is an empty string. |
| ArgumentNullException | queryStringValue is . |
| NotFoundException | IAnalysisStructure cannot be found for the entityId. |
See Also