C# Class GUI.LongOperations.OpenFileOperation

Inheritance: BaseLongOperation
ファイルを表示 Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ExecuteWork ( ) : void

Performs the job as a background task

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

Constructor

Method Details

ExecuteWork() public method

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

OpenFileOperation() public method

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
return System.Collections.Generic