Click or drag to resize

ValueMappingMappingData Method

Mappings the data.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static void MappingData(
	Object inObj,
	string inPath,
	Object outObj,
	string outPath
)

Parameters

inObj
Type: SystemObject
The object where the value should taken.
inPath
Type: SystemString
The path of inObj to get the value
outObj
Type: SystemObject
The object where the value should be applied.
outPath
Type: SystemString
The path of outObj to set the value
See Also