IParameterServiceGetParameterValueFromQueryStringValue Method (Guid, Guid, QueryStringValue)

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ParameterValue GetParameterValueFromQueryStringValue(
	Guid entityId,
	Guid parameterId,
	QueryStringValue queryStringValue
)

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: ParameterValue
A ParameterValue created according to the string in the QueryStringValue.
Exceptions
ExceptionCondition
ArgumentExceptionentityId is Empty or the value of queryStringValue is an empty string.
ArgumentNullExceptionqueryStringValue is .
NotFoundExceptionIAnalysisStructure cannot be found for the entityId.
See Also