IParameterServiceResolveParameterValue Method

Gets a resolved ParameterValue with discrete values from a tokenized ParameterValue.

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 ResolveParameterValue(
	Guid objectId,
	ParameterValue parameterValue,
	Guid? parameterId
)

Parameters

objectId
Type: SystemGuid
The ID of the entity for which the parameter value is to be resolved.

If the specified entity is a MetricSet, then a parameterId must be also be specified.

parameterValue
Type: Dundas.BI.Data.ParametersParameterValue
The parameter value.
parameterId
Type: SystemNullableGuid
The parameter ID, when the objectId references a MetricSet.

Return Value

Type: ParameterValue
A String representation of the ParameterValue.
Exceptions
ExceptionCondition
ArgumentExceptionobjectId is Empty.
ArgumentNullExceptionparameterValue is .
InvalidTimeHierarchyTokenExceptionThe parameter token is incompatible for the specified time hierarchy.objectId.
Remarks
The objectId must refer to either a MetricSet or a ITimeHierarchy.
See Also