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

Returns a list of DbDiagService objects. More...

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

Public Attributes

DbComChannelTerm dbComChannel
 Cardinality [1]
This element addresses the DbComChannel which DbDiagService elements 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

Returns a list of DbDiagService objects.

The GetDbComChannelDbDiagServices activity which returns a list of DbDiagService objects which represents all MCDDbDiagComPrimitive for the given DbComChannel. If the DbComChannel has no associated MCDDbDiagComPrimitive elements, an empty list will be returned.

Note: The appropriate MVCI system operation is MCDDbLogicalLink::getDbLocation::getDbDiagComPrimitives.

Syntax
ListTerm = DiagDataBrowsingPlus.GetDbComChannelDbDiagServices(DbComChannelTerm dbComChannel);
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel;
List<DiagDataBrowsingPlus.DbDiagService> List_DbDiagService;
// Flow
DbComChannel = DiagDataBrowsingPlus.GetDbComChannel("LL_AllEmissRelatUDSSyste");
List_DbDiagService = DiagDataBrowsingPlus.GetDbComChannelDbDiagServices(DbComChannel);

Member Data Documentation

◆ dbComChannel

DbComChannelTerm OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbComChannelDbDiagServices.dbComChannel

Cardinality [1]
This element addresses the DbComChannel which DbDiagService elements shall be returned.

OpenTestSystem.Otx.Extensions.DiagDataBrowsingPlus.Terms.GetDbComChannelDbDiagServices.dbComChannel
DbComChannelTerm dbComChannel
Cardinality [1] This element addresses the DbComChannel which DbDiagService elements shall be returne...
Definition: DiagDataBrowsingPlus.cs:2804