IDataInputServiceRetrieveMeasureCorrectionValues Method

Retrieves the measure correction values for the specified metric set.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
ICollection<CorrectionValue> RetrieveMeasureCorrectionValues(
	Guid metricSetId,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

metricSetId
Type: SystemGuid
The metric set ID.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The parameter values.

Return Value

Type: ICollectionCorrectionValue
The list of measure correction values.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Read privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also