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

With this set of parameters the ExecuteService action of the ExternalServiceProvider extension will be simulated. More...

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

Public Attributes

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration executeAsync
 The service should be executed synchronously or asynchronously. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration providerType
 Fullname of the related ServiceProviderSignature. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration service
 Name of the service related to the ServiceProviderSignature. More...
 
OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration serviceHandle
 Unique id for the instance of the service related to this call back. 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 the ExecuteService action of the ExternalServiceProvider extension will be simulated.

Note
The parameters can be read with GetCallbackParameterValueAsString and set with SetCallbackParameterValue.

Member Data Documentation

◆ executeAsync

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteService.executeAsync

The service should be executed synchronously or asynchronously.

◆ providerType

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteService.providerType

Fullname of the related ServiceProviderSignature.

◆ service

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteService.service

Name of the service related to the ServiceProviderSignature.

◆ serviceHandle

OpenTestSystem.Otx.Extensions.UnitTest.Declarations.InParameterDeclaration OpenTestSystem.Otx.Extensions.UnitTest.Declarations.ExecuteService.serviceHandle

Unique id for the instance of the service related to this call back.