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

Gets the list of file names as strings More...

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

Public Attributes

ConfigurationRecordTerm configurationRecord
 ConfigurationRecord which list of matching file names will be returned. More...
 
- Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term
MetaData metaData
 Store additional More...
 

Detailed Description

Gets the list of file names as strings

The GetConfigurationRecordMatchingFileNames returns a possibly empty list of file names as strings delivered by the appropriate diagnostic runtime system operation.

Note
The appropriate MVCI system operation is MCDConfigurationRecord::getMatchingFileNames.
Syntax
ListTerm = EcuConfiguration.GetConfigurationRecordMatchingFileNames(ConfigurationRecordTerm configurationRecord);
ConfigurationRecordTerm configurationRecord
ConfigurationRecord which list of matching file names will be returned.
Definition: EcuConfiguration.cs:1218

Member Data Documentation

◆ configurationRecord

ConfigurationRecordTerm OpenTestSystem.Otx.Extensions.EcuConfiguration.Terms.GetConfigurationRecordMatchingFileNames.configurationRecord

ConfigurationRecord which list of matching file names will be returned.