C# Class BlueSky.Commands.File.FileOpenCommand

Inheritance: BSkyCommandBase
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Méthodes publiques

Méthode Description
FileOpen ( string filename ) : void
OpenDataframe ( string dframename ) : bool

Méthodes protégées

Méthode Description
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void

Private Methods

Méthode Description
HideProgressbar ( ) : void
HideStatusProgressbar ( ) : void
ShowProgressbar ( ) : void
ShowStatusProgressbar ( ) : void

Method Details

FileOpen() public méthode

public FileOpen ( string filename ) : void
filename string
Résultat void

OnExecute() protected méthode

protected OnExecute ( object param ) : void
param object
Résultat void

OnPostExecute() protected méthode

protected OnPostExecute ( object param ) : void
param object
Résultat void

OnPreExecute() protected méthode

protected OnPreExecute ( object param ) : void
param object
Résultat void

OpenDataframe() public méthode

public OpenDataframe ( string dframename ) : bool
dframename string
Résultat bool