C# 클래스 BlueSky.Commands.Analytics.TTest.AUAnalysisCommandBase

상속: ICommand
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
commandwindow object

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( object parameter ) : bool
parameter object
리턴 bool

CollectDialogProperties() 보호된 메소드

protected CollectDialogProperties ( BSkyCanvas canvas ) : void
canvas BSkyCanvas
리턴 void

DatasetRefreshAndPrintTitle() 공개 메소드

public DatasetRefreshAndPrintTitle ( string title ) : void
title string
리턴 void

Execute() 공개 메소드

public Execute ( object param ) : void
param object
리턴 void

ExecuteBatch() 보호된 메소드

protected ExecuteBatch ( string commands ) : void
commands string
리턴 void

ExecuteInSyntaxEditor() 보호된 메소드

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

ExecuteNonXMLDefined() 보호된 메소드

protected ExecuteNonXMLDefined ( ) : void
리턴 void

ExecuteSplit() 보호된 메소드

protected ExecuteSplit ( ) : void
리턴 void

ExecuteSynEdtrNonAnalysis() 공개 메소드

public ExecuteSynEdtrNonAnalysis ( object commparam ) : void
commparam object
리턴 void

ExecuteSyntaxEditor() 공개 메소드

public ExecuteSyntaxEditor ( object param, bool SelectedForDump ) : void
param object
SelectedForDump bool
리턴 void

ExecuteSyntaxEditor3() 공개 메소드

public ExecuteSyntaxEditor3 ( object param, bool selectedForDump ) : void
param object
selectedForDump bool
리턴 void

ExecuteXMLDefinedDialog() 보호된 메소드

protected ExecuteXMLDefinedDialog ( ) : void
리턴 void

ExeuteSingleCommandWithtoutXML() 공개 메소드

public ExeuteSingleCommandWithtoutXML ( string command = "" ) : void
command string
리턴 void

FixRadioGroupNameUsingFiling() 보호된 메소드

protected FixRadioGroupNameUsingFiling ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
리턴 string

FixRadioGroupNameUsingXML() 보호된 메소드

protected FixRadioGroupNameUsingXML ( string fullpathfilename, string prefix ) : string
fullpathfilename string
prefix string
리턴 string

OnExecute() 보호된 메소드

protected OnExecute ( object param ) : void
param object
리턴 void

OnPostExecute() 보호된 메소드

protected OnPostExecute ( object param ) : void
param object
리턴 void

OnPreExecute() 보호된 메소드

protected OnPreExecute ( object param ) : void
param object
리턴 void

RefreshBothGrids() 공개 메소드

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

RefreshGridAndStatus() 보호된 메소드

protected RefreshGridAndStatus ( ) : void
리턴 void

RefreshGrids() 공개 메소드

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

Refresh_Statusbar() 공개 메소드

public Refresh_Statusbar ( ) : void
리턴 void

RemoveOldDialogsFromMemory() 보호된 메소드

protected RemoveOldDialogsFromMemory ( ) : void
리턴 void

RemoveSplitCommandFromBatch() 보호된 메소드

protected RemoveSplitCommandFromBatch ( string commands ) : string[]
commands string
리턴 string[]

SubstituteFilenameAndType() 보호된 메소드

protected SubstituteFilenameAndType ( ) : void
리턴 void

WrapInputVariable() 보호된 메소드

protected WrapInputVariable ( string key, string val ) : string
key string
val string
리턴 string

프로퍼티 상세

commandwindow 보호되어 있는 프로퍼티

protected object commandwindow
리턴 object