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

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

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

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

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

CollectDialogProperties() protected méthode

protected CollectDialogProperties ( BSkyCanvas canvas ) : void
canvas BSkyCanvas
Résultat void

DatasetRefreshAndPrintTitle() public méthode

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

Execute() public méthode

public Execute ( object param ) : void
param object
Résultat void

ExecuteBatch() protected méthode

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

ExecuteNonXMLDefined() protected méthode

protected ExecuteNonXMLDefined ( ) : void
Résultat void

ExecuteSplit() protected méthode

protected ExecuteSplit ( ) : void
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() protected méthode

protected ExecuteXMLDefinedDialog ( ) : void
Résultat void

ExeuteSingleCommandWithtoutXML() public méthode

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

FixRadioGroupNameUsingFiling() protected méthode

protected FixRadioGroupNameUsingFiling ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
Résultat string

FixRadioGroupNameUsingXML() protected méthode

protected FixRadioGroupNameUsingXML ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
Résultat string

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

RefreshBothGrids() public méthode

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

RefreshGridAndStatus() protected méthode

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

RemoveOldDialogsFromMemory() protected méthode

protected RemoveOldDialogsFromMemory ( ) : void
Résultat void

RemoveSplitCommandFromBatch() protected méthode

protected RemoveSplitCommandFromBatch ( string commands ) : string[]
commands string
Résultat string[]

SubstituteFilenameAndType() protected méthode

protected SubstituteFilenameAndType ( ) : void
Résultat void

WrapInputVariable() protected méthode

protected WrapInputVariable ( string key, string val ) : string
key string
val string
Résultat string

Property Details

commandwindow protected_oe property

protected object commandwindow
Résultat object