C# 클래스 GUI.LongOperations.OpenFileOperation

상속: BaseLongOperation
파일 보기 프로젝트 열기: ERTMSSolutions/ERTMSFormalSpecs 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ExecuteWork ( ) : void

Performs the job as a background task

OpenFileOperation ( string fileName, EfsSystem system, bool allowErrors, bool updateGuid ) : System.Collections.Generic

Constructor

메소드 상세

ExecuteWork() 공개 메소드

Performs the job as a background task
public ExecuteWork ( ) : void
리턴 void

OpenFileOperation() 공개 메소드

Constructor
public OpenFileOperation ( string fileName, EfsSystem system, bool allowErrors, bool updateGuid ) : System.Collections.Generic
fileName string The file path of the file to load
system DataDictionary.EfsSystem The EFS system for which the load is performed
allowErrors bool Indicates that errors are allowed during load
updateGuid bool Indicates that the GUID should be set during load
리턴 System.Collections.Generic