OTX Reference  
OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceIsApiExecutable Class Reference

Gets the DbDiagService is executable at the interface (True) or only within the D-System (False) More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceIsApiExecutable:
Inheritance graph

Public Attributes

DbDiagServiceTerm dbDiagService
 Cardinality [1]
The element addresses the DbDiagService whose executable state shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Cardinality [0..1]
The MetaData type allows tools to store additional, mainly tool-specific data. More...
 

Detailed Description

Gets the DbDiagService is executable at the interface (True) or only within the D-System (False)

The GetDbDiagServiceIsApiExecutable activity which returns the information from the database, if this DbDiagService is executable at the interface (True) or only within the D-System (False).

Note: The appropriate MVCI system operation is MCDDbDiagComPrimitive::isApiExecutable.

Syntax
BooleanTerm = DiagDataBrowsingPlus.GetDbDiagServiceIsApiExecutable(DbDiagServiceTerm dbDiagService);
Examples
// Local Declarations
DiagCom.ComChannel ComChannel;
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
Boolean MyBoolean = false;
// Flow
ComChannel = DiagCom.GetComChannel("LL_GatewUDS", NULL, false);
DiagService = DiagCom.CreateDiagServiceByName(ComChannel, "DiagnServi_ReadDataByIdentActuaTestStatu");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
MyBoolean = DiagDataBrowsingPlus.GetDbDiagServiceIsApiExecutable(DbDiagService);

Member Data Documentation

◆ dbDiagService

DbDiagServiceTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceIsApiExecutable.dbDiagService

Cardinality [1]
The element addresses the DbDiagService whose executable state shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceIsApiExecutable.dbDiagService
DbDiagServiceTerm dbDiagService
Cardinality [1] The element addresses the DbDiagService whose executable state shall be returned.
Definition: DiagDataBrowsingPlus.cs:9444