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

Get a list of DbParamter (MCDDbTableParameter). More...

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

Public Attributes

DbSubComponentTerm subComponent
 The element addresses the DbSubComponent which table parameters shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Get a list of DbParamter (MCDDbTableParameter).

The GetDbSubComponentDbTableParameters Activity which returns a list of DbParamter (MCDDbTableParameter) for the DbSubComponent which is available in ODX. If no elements are available in database, then an empty list will be delivered.

Note
The appropriate MVCI The appropriate MVCI system operation is MCDDbSubComponent::getDbTableRowConnectors[n]::getDbTableRow
Syntax
ListTerm = DiagDataBrowsingPlus.GetDbSubComponentDbTableParameters(DbSubComponentTerm subComponent);
DbSubComponentTerm subComponent
The element addresses the DbSubComponent which table parameters shall be returned.
Definition: DiagDataBrowsingPlus.cs:4036
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbSubComponent> List_DbSubComponent;
List<DiagDataBrowsingPlus.DbParameter> List_DbParameter;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("AIRBAG");
List_DbSubComponent = DiagDataBrowsingPlus.GetDbComChannelDbSubComponents(DbComChannel);
List_DbParameter = DiagDataBrowsingPlus.GetDbSubComponentDbTableParameters(List_DbSubComponent[0]);

Member Data Documentation

◆ subComponent

DbSubComponentTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbSubComponentDbTableParameters.subComponent

The element addresses the DbSubComponent which table parameters shall be returned.