OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbConfigurationDataDbConfigurationRecords Class Reference

Gets the list of DbConfigurationRecord objects More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbConfigurationDataDbConfigurationRecords:
Inheritance graph

Public Attributes

DbConfigurationDataTerm dbConfigurationData
 This element represents the DbConfigurationData whose DbConfigurationRecords should be listed. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets the list of DbConfigurationRecord objects

The GetDbConfigurationDataDbConfigurationRecords returns the list of DbConfigurationRecord objects of the DbConfigurationData.

Note
The appropriate MVCI system operation is ConfigurationData.getDbConfigurationRecords.
Exceptions
DiagCom.Exceptions.UnknownTargetExceptionIf the term references an object in the underlying system that is not available or not defined.
Syntax
ListTerm = EcuConfiguration.GetDbConfigurationDataDbConfigurationRecords(DbConfigurationDataTerm dbConfigurationData);
DbConfigurationDataTerm dbConfigurationData
This element represents the DbConfigurationData whose DbConfigurationRecords should be listed.
Definition: EcuConfiguration.cs:972
Examples
// Local Declarations
DiagDataBrowsingPlus.DbComChannel DbComChannel1;
List<EcuConfiguration.DbConfigurationData> List1;
List<EcuConfiguration.DbConfigurationRecord> List2;
// Flow
DbComChannel1 = DiagDataBrowsingPlus.GetDbComChannel("BEDIENKLIMAEINHEIT");
List1 = EcuConfiguration.GetDbComChannelDbConfigurationDatas(DbComChannel1);
List2 = EcuConfiguration.GetDbConfigurationDataDbConfigurationRecords(List1[0]);

Member Data Documentation

◆ dbConfigurationData

DbConfigurationDataTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetDbConfigurationDataDbConfigurationRecords.dbConfigurationData

This element represents the DbConfigurationData whose DbConfigurationRecords should be listed.