ParameterValueFactoryConvertToParameterValueList Method

Converts a list of ParameterValueData to ParameterValue.

Namespace:  Dundas.BI.WebApi.Utilities
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public static IList<ParameterValue> ConvertToParameterValueList(
	IList<ParameterValueData> source
)

Parameters

source
Type: System.Collections.GenericIListParameterValueData
The source to convert.

Return Value

Type: IListParameterValue
The populated collection, or an empty collection.
See Also