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

Load the actual value More...

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

Public Attributes

ConfigurationRecordTerm configurationRecord
 ConfigurationRecord which will be load. More...
 
StringTerm filePath
 File path to coding data file. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Actions.ActionRealisation
OtxLink validFor
 Validity of ActionRealisation. More...
 

Detailed Description

Load the actual value

The LoadConfigurationRecordCodingData-activity is to be used to load the actual value, if a configuration record's value has been set by means of a DbDataRecord which is marked late bound. For this purpose, the selected matching file path needs to be supplied as parameter.

Note
The appropriate MVCI system operation is MCDConfigurationRecord::loadCodingData.
Exceptions
Exceptions.EcuConfigurationExceptionIf the filename does not exist or is invalid or if the ConfigurationRecord is not late bound.
Syntax
LoadConfigurationRecordCodingData(ConfigurationRecordTerm configurationRecord, StringTerm filePath);
StringTerm filePath
File path to coding data file.
Definition: EcuConfiguration.cs:540
ConfigurationRecordTerm configurationRecord
ConfigurationRecord which will be load.
Definition: EcuConfiguration.cs:530

Member Data Documentation

◆ configurationRecord

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

ConfigurationRecord which will be load.

◆ filePath

StringTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Actions.LoadConfigurationRecordCodingData.filePath

File path to coding data file.