IParameterServiceGetParameterValueFromQueryString Method (Guid, Guid, String, ParameterValueTypes) |
Namespace:
Dundas.BI.Data.Parameters
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
SyntaxParameterValue GetParameterValueFromQueryString(
Guid entityId,
Guid parameterId,
string queryStringValue,
ParameterValueTypes valueType
)
Function GetParameterValueFromQueryString (
entityId As Guid,
parameterId As Guid,
queryStringValue As String,
valueType As ParameterValueTypes
) As ParameterValue
ParameterValue^ GetParameterValueFromQueryString(
Guid entityId,
Guid parameterId,
String^ queryStringValue,
ParameterValueTypes valueType
)
abstract GetParameterValueFromQueryString :
entityId : Guid *
parameterId : Guid *
queryStringValue : string *
valueType : ParameterValueTypes -> ParameterValue
Parameters
- entityId
- Type: SystemGuid
The entity ID. - parameterId
- Type: SystemGuid
The parameter ID. - queryStringValue
- Type: SystemString
The string that needs to be converted. - valueType
- Type: Dundas.BI.Data.ParametersParameterValueTypes
The ParameterValueTypes expected to be returned if compatible.
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