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

Get the special data groups defined for the corresponding TABLE in the project's data bases as a list of DbSpecialDataGroup. More...

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

Public Attributes

DbTableTerm dbTable
 A DbTable represents the MCDDbTable object of a MVCI system. Such a table is composed of a non-empty set of TABLE-ROWs. Each TABLE-ROW of a TABLE is mapped to a DbParameter contained in a DbTable object. If a containing DbParameter with datatype eTABLE_ROW references a simple DOP in ODX, the resulting DbParameters collection delivered by term GetDbParameters contains exactly one DbParameter. The DbParameter has the parameter type eGENERATED, the datatype of the referenced simple DOP, and the ShortName #RtGen_Param_. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get the special data groups defined for the corresponding TABLE in the project's data bases as a list of DbSpecialDataGroup.

The GetDbTableSpecialDataGroups Activity which Returns the special data groups defined for the corresponding TABLE in the project's data bases as a list of DbSpecialDataGroup.

Note
The appropriate MVCI system operation is MCDDbTable::getDbSDGs
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbTableSpecialDataGroups(DbTableTerm dbTable);
DbTableTerm dbTable
A DbTable represents the MCDDbTable object of a MVCI system. Such a table is composed of a non-empty ...
Definition: DiagDataBrowsingPlus.cs:3261
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbTable> List_DbTable;
List<DiagDataBrowsingPlus.DbSpecialDataGroup> List_DbSpecialDataGroup;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("AIRBAG");
List_DbTable = DiagDataBrowsingPlus.GetDbComChannelDbTables(DbComChannel);
List_DbSpecialDataGroup= DiagDataBrowsingPlus.GetDbTableSpecialDataGroups(List_DbTable[0]);

Member Data Documentation

◆ dbTable

DbTableTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbTableSpecialDataGroups.dbTable

A DbTable represents the MCDDbTable object of a MVCI system. Such a table is composed of a non-empty set of TABLE-ROWs. Each TABLE-ROW of a TABLE is mapped to a DbParameter contained in a DbTable object. If a containing DbParameter with datatype eTABLE_ROW references a simple DOP in ODX, the resulting DbParameters collection delivered by term GetDbParameters contains exactly one DbParameter. The DbParameter has the parameter type eGENERATED, the datatype of the referenced simple DOP, and the ShortName #RtGen_Param_.