C# Class Importer.ExcelImporter.SetupImporter

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

Public Properties

Property Type Description
TheStep DataDictionary.Tests.Step

Public Methods

Method Description
ExecuteWork ( ) : void

Launches import of the excel file in the background task

Protected Methods

Method Description
InitializeInput ( Workbook workbook, DataDictionary.Tests.Step aStep ) : void

Initializes the train parametersand the parameters required for Subset-076

Method Details

ExecuteWork() public method

Launches import of the excel file in the background task
public ExecuteWork ( ) : void
return void

InitializeInput() protected method

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
return void

Property Details

TheStep public_oe property

The step to update according to the workbook
public Step,DataDictionary.Tests TheStep
return DataDictionary.Tests.Step