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

Get a list of DbSpecialDataGroup (SDG) for the corresponding DbDiagService in the project's data bases. More...

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

Public Attributes

DbDiagServiceTerm dbDiagService
 The element addresses the DbDiagService whose special data groups shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a list of DbSpecialDataGroup (SDG) for the corresponding DbDiagService in the project's data bases.

The GetDbDiagServiceDbSpecialDataGroups Activity which returns a list of DbSpecialDataGroup (SDG) for the corresponding DbDiagService in the project's data bases. An empty list will be delivered if no DbSDGs available in the ODX data.

Note
The appropriate MVCI system operation is MCDDbDataPrimitive::getDbSDGs
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbDiagServiceDbSpecialDataGroups(DbDiagServiceTerm dbDiagService);
DbDiagServiceTerm dbDiagService
The element addresses the DbDiagService whose special data groups shall be returned.
Definition: DiagDataBrowsingPlus.cs:2983
Examples
// Local Declarations
DiagCom.DiagService DiagService;
DiagDataBrowsingPlus.DbDiagService DbDiagService;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
// Flow
DiagService = DiagCom.CreateDiagServiceByName(DiagCom.GetComChannel("LL_GatewUDS", "", false), "DiagnServi_ReadDTCInforReporDTCByStatuMask");
DbDiagService = DiagDataBrowsingPlus.GetDiagServiceDbDiagService(DiagService);
List_DbSpecialDataGroup = DiagDataBrowsingPlus.GetDbDiagServiceDbSpecialDataGroups(DbDiagService);

Member Data Documentation

◆ dbDiagService

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

The element addresses the DbDiagService whose special data groups shall be returned.