ValueMappingMappingData Method |
Mappings the data.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntaxpublic static void MappingData(
Object inObj,
string inPath,
Object outObj,
string outPath
)
Public Shared Sub MappingData (
inObj As Object,
inPath As String,
outObj As Object,
outPath As String
)
public:
static void MappingData(
Object^ inObj,
String^ inPath,
Object^ outObj,
String^ outPath
)
static member MappingData :
inObj : Object *
inPath : string *
outObj : Object *
outPath : string -> unit
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