Open this page in the API Guide

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

Parameters

objectId
Type: System.Guid
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.Parameters.ParameterValue
The parameter value.
parameterId
Type: System.Nullable<Guid>
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 null.
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