C# Класс BlueSky.CommandExecutionHelper

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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