C# Class Importer.ExcelImporter.SetupImporter

Setups a step, according to the train parameters provided in an Excel sheet
Inheritance: BaseBrakingCurvesImporter
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs

Méthodes publiques

Свойство Type Description
TheStep DataDictionary.Tests.Step

Méthodes publiques

Méthode Description
ExecuteWork ( ) : void

Launches import of the excel file in the background task

Méthodes protégées

Méthode Description
InitializeInput ( Workbook workbook, DataDictionary.Tests.Step aStep ) : void

Initializes the train parametersand the parameters required for Subset-076

Method Details

ExecuteWork() public méthode

Launches import of the excel file in the background task
public ExecuteWork ( ) : void
Résultat void

InitializeInput() protected méthode

Initializes the train parametersand the parameters required for Subset-076
protected InitializeInput ( Workbook workbook, DataDictionary.Tests.Step aStep ) : void
workbook Workbook
aStep DataDictionary.Tests.Step
Résultat void

Property Details

TheStep public_oe property

The step to update according to the workbook
public Step,DataDictionary.Tests TheStep
Résultat DataDictionary.Tests.Step