OTX-Runtime for DotNet
|
|
Represents an OTX ContextVariable. More...
Public Member Functions | |
Dictionary< string, string > | GetExternalApps () |
Gets all externals applications of current OTX mapping More... | |
Properties | |
string | AppId [get] |
Gets the Id of the mapped external application. More... | |
string | DataType [get] |
Gets DataType. More... | |
IDocument | Document [get] |
Gets Document that contains the ContextVariable. More... | |
object | InitValue [get] |
Gets initial value. More... | |
bool | IsEnvironmentValueActive [get] |
The environment value setting was set for the parameter. More... | |
int | MappingIndex [get] |
Gets mapping index. More... | |
string | MappingName [get] |
Gets mapping name. More... | |
string | Name [get] |
Gets variable name. More... | |
string | Specification [get] |
Gets specification More... | |
Represents an OTX ContextVariable.
Dictionary<string, string> OpenTestSystem.Otx.Runtime.Api.Otx.IContextVariable.GetExternalApps | ( | ) |
Gets all externals applications of current OTX mapping
All APPs used in the current mapping are returned as a Dictionary. The key is a String and contains the AppId. The value is a String and contains the path of the application. If available, the names of the initialization and deinitialization methods as well as the names of the parameters and the parameter values are also returned.
|
get |
Gets the Id of the mapped external application.
|
get |
Gets DataType.
|
get |
Gets Document that contains the ContextVariable.
|
get |
Gets initial value.
|
get |
The environment value setting was set for the parameter.
Returns true if the environment value setting was set for the related parameter. Using the environment value setting, unmapped InOut or Out parameters as well as context variables can be set to a fixed value. This means that a non-existent environment can be simulated.
|
get |
Gets mapping index.
If a mapping is related to a list element, the function will return the relate index.
If no mapping a list element, this function will return -1.
|
get |
Gets mapping name.
If a valid mapping exists for this Variable, this function will return the related mapping name. The value can be used to make the application independent from different OTX projects which should be use the same system resource.
If no valid mapping exists, this function will return NULL.
The mapping name is the full qualified name of the element inside the external application which is mapped to this Variable. It contains all namespace elements separated by dots (".").
|
get |
Gets variable name.
|
get |
Gets specification