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
 Cardinality [1]
The element addresses the DbDiagService whose special data groups 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

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 databases. 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);
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

Cardinality [1]
The element addresses the DbDiagService whose special data groups shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbDiagServiceDbSpecialDataGroups.dbDiagService
DbDiagServiceTerm dbDiagService
Cardinality [1] The element addresses the DbDiagService whose special data groups shall be returned.
Definition: DiagDataBrowsingPlus.cs:3019