OTX-Runtime for DotNet  
OpenTestSystem.Otx.Runtime.Api.Custom.CustomScreenImplementation.IScreenOutParameter Interface Reference

Repesents OTX ScreenOutParameter. More...

Inheritance diagram for OpenTestSystem.Otx.Runtime.Api.Custom.CustomScreenImplementation.IScreenOutParameter:
Inheritance graph

Properties

bool IsEnvironmentValueActive [get]
 The environment value setting was set for the parameter. More...
 
object Value [get, set]
 Sets value. More...
 
- Properties inherited from OpenTestSystem.Otx.Runtime.Api.Custom.CustomScreenImplementation.IScreenParameter
string DataType [get]
 Gets the data type of the parameter as a string. 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 name. More...
 
string Specification [get]
 Gets specification. More...
 

Detailed Description

Repesents OTX ScreenOutParameter.

Property Documentation

◆ IsEnvironmentValueActive

bool OpenTestSystem.Otx.Runtime.Api.Custom.CustomScreenImplementation.IScreenOutParameter.IsEnvironmentValueActive
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.

◆ Value

object OpenTestSystem.Otx.Runtime.Api.Custom.CustomScreenImplementation.IScreenOutParameter.Value
getset

Sets value.


The documentation for this interface was generated from the following file: