OTX Reference  
OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.AddComchannelConfigurationRecordByDbObject Class Reference

Adds a new ConfigurationRecord by DbObject More...

Inheritance diagram for OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.AddComchannelConfigurationRecordByDbObject:
Inheritance graph

Public Attributes

ComChannelTerm comChannel
 Comprises the handle of the communication channel (LogicalLink). More...
 
ConfigurationRecordVariable configurationRecord
 The new created ConfigurationRecord. More...
 
DbConfigurationRecordTerm dbConfigurationRecord
 DbConfigurationRecord object which initialize the new ConfigurationRecord. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Adds a new ConfigurationRecord by DbObject

The AddComchannelConfigurationRecordByDbObject-activity adds a new ConfigurationRecord to the ConfigurationRecord collection of the given ComChannel which conforms to the DbConfigurationRecord supplied as parameter. The new ConfigurationRecord and all its contained elements are initialized according to their corresponding DB objects. The action returns the new created ConfigurationRecord.

Note
The appropriate MVCI system operation is MCDConfigurationRecords::addByDbObject.
Syntax
AddComchannelConfigurationRecordByDbObject(ComChannelTerm comChannel, DbConfigurationRecordTerm dbConfigurationRecord, ConfigurationRecordVariable configurationRecord);
ConfigurationRecordVariable configurationRecord
The new created ConfigurationRecord.
Definition: EcuConfiguration.cs:746
DbConfigurationRecordTerm dbConfigurationRecord
DbConfigurationRecord object which initialize the new ConfigurationRecord.
Definition: EcuConfiguration.cs:736
ComChannelTerm comChannel
Comprises the handle of the communication channel (LogicalLink).
Definition: EcuConfiguration.cs:726

Member Data Documentation

◆ comChannel

ComChannelTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.AddComchannelConfigurationRecordByDbObject.comChannel

Comprises the handle of the communication channel (LogicalLink).

◆ configurationRecord

ConfigurationRecordVariable OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.AddComchannelConfigurationRecordByDbObject.configurationRecord

The new created ConfigurationRecord.

◆ dbConfigurationRecord

DbConfigurationRecordTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.AddComchannelConfigurationRecordByDbObject.dbConfigurationRecord

DbConfigurationRecord object which initialize the new ConfigurationRecord.