Click or drag to resize

imbXmlCommonToolsgetNodeValues Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraća string sa NodeValue vrednostima za svaki XmlNode iz liste

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static string getNodeValues(
	this IEnumerable<XmlNode> source,
	imbNodeValueSource dataSource,
	string nodeSufix = ""
)
Request Example View Source

Parameters

source
Type: System.Collections.GenericIEnumerableXmlNode
Izvor
dataSource
Type: imbACE.Core.xml.enumsimbNodeValueSource
Koji podatak se koristi
nodeSufix (Optional)
Type: SystemString
Opcioni dodatak na kraju svakog nodea

Return Value

Type: String
String sa svim vrednostima

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableXmlNode. 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