ParameterValueFactoryConvertToParameterValueList Method |
Namespace:
Dundas.BI.WebApi.Utilities
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static IList<ParameterValue> ConvertToParameterValueList(
IList<ParameterValueData> source
)
Public Shared Function ConvertToParameterValueList (
source As IList(Of ParameterValueData)
) As IList(Of ParameterValue)
public:
static IList<ParameterValue^>^ ConvertToParameterValueList(
IList<ParameterValueData^>^ source
)
static member ConvertToParameterValueList :
source : IList<ParameterValueData> -> IList<ParameterValue>
Parameters
- source
- Type: System.Collections.GenericIListParameterValueData
The source to convert.
Return Value
Type:
IListParameterValueThe populated collection, or an empty collection.
See Also