C# Class GUI.LongOperations.OpenFileOperation

Inheritance: BaseLongOperation
Afficher le fichier Open project: ERTMSSolutions/ERTMSFormalSpecs Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Performs the job as a background task
public ExecuteWork ( ) : void
Résultat void

OpenFileOperation() public méthode

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
Résultat System.Collections.Generic