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

Sets the value of the ConfigurationRecord More...

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

Public Attributes

ConfigurationRecordTerm configurationRecord
 ConfigurationRecord which will be set by the DbDataRecord. More...
 
DbDataRecordTerm dbDataRecord
 DbDataRecord which will be set. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Sets the value of the ConfigurationRecord

The SetConfigurationRecordAsDbDataRecord-activity sets the value of the ConfigurationRecord to the value of the DbDataRecord supplied as parameter.

Note
The appropriate MVCI system operation is MCDConfigurationRecord::setConfigurationRecordByDbObject.
Syntax
SetConfigurationRecordAsDbDataRecord(ConfigurationRecordTerm configurationRecord, DbDataRecordTerm dbDataRecord);
DbDataRecordTerm dbDataRecord
DbDataRecord which will be set.
Definition: EcuConfiguration.cs:591
ConfigurationRecordTerm configurationRecord
ConfigurationRecord which will be set by the DbDataRecord.
Definition: EcuConfiguration.cs:581

Member Data Documentation

◆ configurationRecord

ConfigurationRecordTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsDbDataRecord.configurationRecord

ConfigurationRecord which will be set by the DbDataRecord.

◆ dbDataRecord

DbDataRecordTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.SetConfigurationRecordAsDbDataRecord.dbDataRecord

DbDataRecord which will be set.