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
 This element addresses the DbComChannel which DbDiagService elements shall be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional 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);
DbComChannelTerm dbComChannel
This element addresses the DbComChannel which DbDiagService elements shall be returned.
Definition: DiagDataBrowsingPlus.cs:2768
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

This element addresses the DbComChannel which DbDiagService elements shall be returned.