Click or drag to resize

IValuePairsExtensiongetValuesTVP Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca IValuePair sa vrednostima koje je uzeo iz IDictionary dataSource-a -- ne sme da bude ekstenzija jer ce puci XmlSerijalizacija

Namespace:  imbSCI.Data.data.maps.datamap
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
public static TVP getValues<TVP>(
	this IValuePairs selectedFields,
	IDictionary dataSource
)
where TVP : class, new(), IValuePairs
Request Example View Source

Parameters

selectedFields
Type: imbSCI.Data.data.maps.datamapIValuePairs
dataSource
Type: System.CollectionsIDictionary

Type Parameters

TVP

Return Value

Type: TVP

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IValuePairs. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also