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

Abstract class for all dialog-relevant callback functions of the HMI extension. More...

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

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration message
 The element contains the message which should be displayed inside the dialog. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration title
 The element contains the title which should be displayed inside the dialog. More...
 

Detailed Description

Abstract class for all dialog-relevant callback functions of the HMI extension.

Member Data Documentation

◆ message

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.DialogParameters.message

The element contains the message which should be displayed inside the dialog.

◆ title

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.DialogParameters.title

The element contains the title which should be displayed inside the dialog.