C# Class BlueSky.CommandExecutionHelper

Datei anzeigen Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Protected Properties

Property Type Description
commandwindow object

Public Methods

Method 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

Protected Methods

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

Private Methods

Method 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 method

public BothGridRefreshAndPrintTitle ( string title ) : void
title string
return void

CanExecute() public method

public CanExecute ( object parameter ) : bool
parameter object
return bool

CommandExecutionHelper() public method

public CommandExecutionHelper ( ) : System
return System

DatasetRefreshAndPrintTitle() public method

public DatasetRefreshAndPrintTitle ( string title ) : void
title string
return void

ExecuteInSyntaxEditor() protected method

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

ExecuteSplit() public method

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

ExecuteSynEdtrNonAnalysis() public method

public ExecuteSynEdtrNonAnalysis ( object commparam ) : void
commparam object
return void

ExecuteSyntaxEditor() public method

public ExecuteSyntaxEditor ( object param, bool SelectedForDump ) : void
param object
SelectedForDump bool
return void

ExecuteSyntaxEditor3() public method

public ExecuteSyntaxEditor3 ( object param, bool selectedForDump ) : void
param object
selectedForDump bool
return void

ExecuteXMLDefinedDialog() public method

public ExecuteXMLDefinedDialog ( string command ) : void
command string
return void

ExeuteSingleCommandWithtoutXML() public method

public ExeuteSingleCommandWithtoutXML ( string command = "" ) : void
command string
return void

OnPreExecute() protected method

protected OnPreExecute ( object param ) : void
param object
return void

RefreshBothGrids() public method

public RefreshBothGrids ( List sortcolnames = null, string sortorder = null ) : void
sortcolnames List
sortorder string
return void

RefreshGrids() public method

public RefreshGrids ( List sortcolnames = null, string sortorder = null ) : void
sortcolnames List
sortorder string
return void

Refresh_Statusbar() public method

public Refresh_Statusbar ( ) : void
return void

Property Details

commandwindow protected_oe property

protected object commandwindow
return object