IDataInputServiceCreateInvalidValueCorrection Method

Creates a measure correction by removing the value specified the coordinate 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
CorrectionValue CreateInvalidValueCorrection(
	Guid metricSetId,
	string measureUniqueName,
	IEnumerable<SingleMemberValue> renderedMembers,
	IEnumerable<ParameterValue> parameterValues,
	bool isPublic
)

Parameters

metricSetId
Type: SystemGuid
The metric set ID.
measureUniqueName
Type: SystemString
The unique name for the measure.
renderedMembers
Type: System.Collections.GenericIEnumerableSingleMemberValue
The coordinates rendered members.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The coordinates parameter values.
isPublic
Type: SystemBoolean
The correction is marked as public.

Return Value

Type: CorrectionValue
The measure correction value.
Exceptions
ExceptionCondition
ArgumentExceptionmetricSetId is Empty.
NotFoundExceptionThe metric set with the specified ID does not exist.
NoPrivilegeExceptionThe caller does not have the Write privilege on the specified metric set.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptionCorrection values are not supported for the specified measure.
InvalidDataInputCoordinateExceptionThe specified coordinates are invalid.
See Also