C# 클래스 BlueSky.CommandExecutionHelper

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

보호된 프로퍼티들

프로퍼티 타입 설명
commandwindow object

공개 메소드들

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

보호된 메소드들

메소드 설명
ExecuteInSyntaxEditor ( bool ExecuteCommand, string sessionTitle = "", CommandOutput sliceco = null, bool islastslice = true ) : void
OnPreExecute ( object param ) : void

비공개 메소드들

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

메소드 상세

BothGridRefreshAndPrintTitle() 공개 메소드

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

CanExecute() 공개 메소드

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

CommandExecutionHelper() 공개 메소드

public CommandExecutionHelper ( ) : System
리턴 System

DatasetRefreshAndPrintTitle() 공개 메소드

public DatasetRefreshAndPrintTitle ( string title ) : void
title 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

ExecuteSplit() 공개 메소드

public ExecuteSplit ( string command = null, FrameworkElement fe = null ) : void
command string
fe System.Windows.FrameworkElement
리턴 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() 공개 메소드

public ExecuteXMLDefinedDialog ( string command ) : void
command string
리턴 void

ExeuteSingleCommandWithtoutXML() 공개 메소드

public ExeuteSingleCommandWithtoutXML ( string command = "" ) : void
command string
리턴 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

RefreshGrids() 공개 메소드

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

Refresh_Statusbar() 공개 메소드

public Refresh_Statusbar ( ) : void
리턴 void

프로퍼티 상세

commandwindow 보호되어 있는 프로퍼티

protected object commandwindow
리턴 object