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

Returns 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
 This element addresses the dbDiagService whose associated responses shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Returns 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 The appropriate MVCI system operation is MCDDbDiagComPrimitive::getDbResponses
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbDiagServiceDbResponses(DbDiagServiceTerm dbDiagService);
DbDiagServiceTerm dbDiagService
This element addresses the dbDiagService whose associated responses shall be returned.
Definition: DiagDataBrowsingPlus.cs:4436
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

This element addresses the dbDiagService whose associated responses shall be returned.