C# 클래스 Importer.ExcelImporter.SetupImporter

Setups a step, according to the train parameters provided in an Excel sheet
상속: BaseBrakingCurvesImporter
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs

공개 프로퍼티들

프로퍼티 타입 설명
TheStep DataDictionary.Tests.Step

공개 메소드들

메소드 설명
ExecuteWork ( ) : void

Launches import of the excel file in the background task

보호된 메소드들

메소드 설명
InitializeInput ( Workbook workbook, DataDictionary.Tests.Step aStep ) : void

Initializes the train parametersand the parameters required for Subset-076

메소드 상세

ExecuteWork() 공개 메소드

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

InitializeInput() 보호된 메소드

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
리턴 void

프로퍼티 상세

TheStep 공개적으로 프로퍼티

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