OTX-Runtime for DotNet
|
|
Represents an OTX StateVariable. 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 StateVariable. More... | |
object | InitValue [get] |
Gets initial value. 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 StateVariable.
Dictionary<string, string> OpenTestSystem.Otx.Runtime.Api.Otx.IStateVariable.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 StateVariable.
|
get |
Gets initial value.
|
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