C# Class BlueSky.CommandExecutionHelper

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

Protected Properties

Свойство Type Description
commandwindow object

Méthodes publiques

Méthode Description
BothGridRefreshAndPrintTitle ( string title ) : void
CanExecute ( object parameter ) : bool
CommandExecutionHelper ( ) : System
DatasetRefreshAndPrintTitle ( string title ) : void
ExecuteSplit ( string command = null, FrameworkElement fe = null ) : void
ExecuteSynEdtrNonAnalysis ( object commparam ) : void
ExecuteSyntaxEditor ( object param, bool SelectedForDump ) : void
ExecuteSyntaxEditor3 ( object param, bool selectedForDump ) : void
ExecuteXMLDefinedDialog ( string command ) : void
ExeuteSingleCommandWithtoutXML ( string command = "" ) : void
RefreshBothGrids ( List sortcolnames = null, string sortorder = null ) : void
RefreshGrids ( List sortcolnames = null, string sortorder = null ) : void
Refresh_Statusbar ( ) : void

Méthodes protégées

Méthode Description
ExecuteInSyntaxEditor ( bool ExecuteCommand, string sessionTitle = "", CommandOutput sliceco = null, bool islastslice = true ) : void
OnPreExecute ( object param ) : void

Private Methods

Méthode Description
AddToSyntaxSession ( CommandOutput co ) : void
ExecuteAnalysisCommands ( ) : void
GenerateOutputTablesForNonXAML ( object param ) : void
GetSessionDialog ( ) : object
PasteSyntax ( ) : void
PreExecuteSub ( ) : void
SaveInHistory ( ) : void
SendToOutputWindow ( string title, string message ) : void
VarnamesToTitle ( string str ) : string

Method Details

BothGridRefreshAndPrintTitle() public méthode

public BothGridRefreshAndPrintTitle ( string title ) : void
title string
Résultat void

CanExecute() public méthode

public CanExecute ( object parameter ) : bool
parameter object
Résultat bool

CommandExecutionHelper() public méthode

public CommandExecutionHelper ( ) : System
Résultat System

DatasetRefreshAndPrintTitle() public méthode

public DatasetRefreshAndPrintTitle ( string title ) : void
title string
Résultat void

ExecuteInSyntaxEditor() protected méthode

protected ExecuteInSyntaxEditor ( bool ExecuteCommand, string sessionTitle = "", CommandOutput sliceco = null, bool islastslice = true ) : void
ExecuteCommand bool
sessionTitle string
sliceco CommandOutput
islastslice bool
Résultat void

ExecuteSplit() public méthode

public ExecuteSplit ( string command = null, FrameworkElement fe = null ) : void
command string
fe System.Windows.FrameworkElement
Résultat void

ExecuteSynEdtrNonAnalysis() public méthode

public ExecuteSynEdtrNonAnalysis ( object commparam ) : void
commparam object
Résultat void

ExecuteSyntaxEditor() public méthode

public ExecuteSyntaxEditor ( object param, bool SelectedForDump ) : void
param object
SelectedForDump bool
Résultat void

ExecuteSyntaxEditor3() public méthode

public ExecuteSyntaxEditor3 ( object param, bool selectedForDump ) : void
param object
selectedForDump bool
Résultat void

ExecuteXMLDefinedDialog() public méthode

public ExecuteXMLDefinedDialog ( string command ) : void
command string
Résultat void

ExeuteSingleCommandWithtoutXML() public méthode

public ExeuteSingleCommandWithtoutXML ( string command = "" ) : void
command string
Résultat void

OnPreExecute() protected méthode

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

RefreshBothGrids() public méthode

public RefreshBothGrids ( List sortcolnames = null, string sortorder = null ) : void
sortcolnames List
sortorder string
Résultat void

RefreshGrids() public méthode

public RefreshGrids ( List sortcolnames = null, string sortorder = null ) : void
sortcolnames List
sortorder string
Résultat void

Refresh_Statusbar() public méthode

public Refresh_Statusbar ( ) : void
Résultat void

Property Details

commandwindow protected_oe property

protected object commandwindow
Résultat object