Click or drag to resize

imbXmlMultiMappingexecuteMultiMap Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Izvršava MultiMap modul

Namespace:  imbACE.Core.xml
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public static Dictionary<string, string> executeMultiMap(
	string rootPath,
	XmlNamespaceManager nsm,
	string xPathPrefix,
	XmlNode source,
	ObservableCollection<imbxPathMultiMapPair> map,
	imbNodeValueSource vsource
)
Request Example View Source

Parameters

rootPath
Type: SystemString
nsm
Type: System.XmlXmlNamespaceManager
xPathPrefix
Type: SystemString
source
Type: System.XmlXmlNode
map
Type: System.Collections.ObjectModelObservableCollectionimbxPathMultiMapPair
vsource
Type: imbACE.Core.xml.enumsimbNodeValueSource

Return Value

Type: DictionaryString, String
See Also