OTX Reference  
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ParameterChanged Class Reference

With this set of parameters a parameter change of signature (ScreenSignature, DeviceServiceSignature etc.) will be simulated. Every change of the value of a parameter inside OTX will call this function. More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ParameterChanged:
Inheritance graph

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration[] name
 Fullname of the signature parameter. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration[] valueAsString
 Value of the parameter as a string. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Extensions.UnitTest.Declarations.CallbackMultiInstanceParameters
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration handle
 Unique id for the instance of the object related to this call back, like a screen or a device service. More...
 

Detailed Description

With this set of parameters a parameter change of signature (ScreenSignature, DeviceServiceSignature etc.) will be simulated. Every change of the value of a parameter inside OTX will call this function.

Member Data Documentation

◆ name

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration [] OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ParameterChanged.name

Fullname of the signature parameter.

◆ valueAsString

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration [] OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ParameterChanged.valueAsString

Value of the parameter as a string.