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

Gets a list of DbResponse objects which represents the MCDDbResponses for the given DbDiagService More...

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

Public Attributes

DbDiagServiceTerm dbDiagService
 Cardinality [1]
This element addresses the dbDiagService whose associated responses 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 a list of DbResponse objects which represents the MCDDbResponses for the given DbDiagService

The GetDbDiagServiceDbResponses activity which returns a list of DbResponse objects which represents the MCDDbResponses for the given DbDiagService.An empty list can be returned, if no response is defined for the diag service in the project's database.

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

Syntax
ListTerm = DiagDataBrowsingPlus.GetDbDiagServiceDbResponses(DbDiagServiceTerm dbDiagService);
Examples
// Local Declarations
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
List<DiagDataBrowsingPlus.DbResponse> List_DbResponse;
// Flow
DiagService = DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_AllEmissRelatUDSSyste", "", false), "DiagnServi_ReadDataByIdentActuaTestStatu");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
List_DbResponse = DiagDataBrowsingPlus.GetDbDiagServiceDbResponses(DbDiagService);

Member Data Documentation

◆ dbDiagService

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

Cardinality [1]
This element addresses the dbDiagService whose associated responses shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceDbResponses.dbDiagService
DbDiagServiceTerm dbDiagService
Cardinality [1] This element addresses the dbDiagService whose associated responses shall be returned...
Definition: DiagDataBrowsingPlus.cs:4472