C# Class BlueSky.Commands.Analytics.TTest.AUAnalysisCommandBase

Inheritance: ICommand
Mostrar archivo Open project: BlueSkyStatistics/BlueSkyRepository Class Usage Examples

Protected Properties

Property Type Description
commandwindow object

Public Methods

Method Description
CanExecute ( object parameter ) : bool
DatasetRefreshAndPrintTitle ( string title ) : void
Execute ( object param ) : void
ExecuteSynEdtrNonAnalysis ( object commparam ) : void
ExecuteSyntaxEditor ( object param, bool SelectedForDump ) : void
ExecuteSyntaxEditor3 ( object param, bool selectedForDump ) : 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
CollectDialogProperties ( BSkyCanvas canvas ) : void
ExecuteBatch ( string commands ) : void
ExecuteInSyntaxEditor ( bool ExecuteCommand, string sessionTitle = "", CommandOutput sliceco = null, bool islastslice = true ) : void
ExecuteNonXMLDefined ( ) : void
ExecuteSplit ( ) : void
ExecuteXMLDefinedDialog ( ) : void
FixRadioGroupNameUsingFiling ( string fullpathfilename, string prefix ) : string
FixRadioGroupNameUsingXML ( string fullpathfilename, string prefix ) : string
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void
RefreshGridAndStatus ( ) : void
RemoveOldDialogsFromMemory ( ) : void
RemoveSplitCommandFromBatch ( string commands ) : string[]
SubstituteFilenameAndType ( ) : void
WrapInputVariable ( string key, string val ) : string

Private Methods

Method Description
ExecuteAnalysisCommands ( ) : void
GenerateOutputTablesForNonXAML ( object param ) : void
GetInstalledRPackages ( ) : List
GetLoadedRPackages ( ) : List
GetSliceSubstitutedCommands ( string commands, int splititrationcount ) : string
HideMouseBusy ( ) : void
LoadDialogRPacakges ( string commaSeparatedPacakgeNames, bool &packageMissing ) : string
LoadPackages ( List pkglist ) : UAReturn
PasteInOutputSyntax ( ) : void
PasteSyntax ( ) : void
PreExecuteSub ( ) : void
PrintDialogTitle ( string title ) : void
RemoveFromAllOutputWinHistory ( ) : void
RemoveFromHistory ( ) : void
RemoveFromMainWinHistory ( ) : void
RemoveFromOutputWinHistory ( OutputWindow ow ) : void
SaveInAllOutputWinHistory ( ) : void
SaveInHistory ( ) : void
SaveInMainWinHistory ( ) : void
SaveInOutputWinHistory ( OutputWindow ow ) : void
SendToOutputWindow ( string title, string message ) : void
ShowMouseBusy ( ) : void
VarnamesToTitle ( string str ) : string

Method Details

CanExecute() public method

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

CollectDialogProperties() protected method

protected CollectDialogProperties ( BSkyCanvas canvas ) : void
canvas BSkyCanvas
return void

DatasetRefreshAndPrintTitle() public method

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

Execute() public method

public Execute ( object param ) : void
param object
return void

ExecuteBatch() protected method

protected ExecuteBatch ( string commands ) : void
commands 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

ExecuteNonXMLDefined() protected method

protected ExecuteNonXMLDefined ( ) : void
return void

ExecuteSplit() protected method

protected ExecuteSplit ( ) : void
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() protected method

protected ExecuteXMLDefinedDialog ( ) : void
return void

ExeuteSingleCommandWithtoutXML() public method

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

FixRadioGroupNameUsingFiling() protected method

protected FixRadioGroupNameUsingFiling ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
return string

FixRadioGroupNameUsingXML() protected method

protected FixRadioGroupNameUsingXML ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
return string

OnExecute() protected method

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

OnPostExecute() protected method

protected OnPostExecute ( object param ) : void
param object
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

RefreshGridAndStatus() protected method

protected RefreshGridAndStatus ( ) : void
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

RemoveOldDialogsFromMemory() protected method

protected RemoveOldDialogsFromMemory ( ) : void
return void

RemoveSplitCommandFromBatch() protected method

protected RemoveSplitCommandFromBatch ( string commands ) : string[]
commands string
return string[]

SubstituteFilenameAndType() protected method

protected SubstituteFilenameAndType ( ) : void
return void

WrapInputVariable() protected method

protected WrapInputVariable ( string key, string val ) : string
key string
val string
return string

Property Details

commandwindow protected_oe property

protected object commandwindow
return object