C# 클래스 BSky.Interfaces.Commands.AUCommandBase

상속: ICommand
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository

공개 메소드들

메소드 설명
CanExecute ( object parameter ) : bool
Execute ( object parameter ) : void

보호된 메소드들

메소드 설명
OnExecute ( object param ) : void
OnPostExecute ( object param ) : void
OnPreExecute ( object param ) : void
SendToOutputWindow ( string title, string command, bool isCommand ) : void
WrapInputVariable ( string key, string val ) : string

메소드 상세

CanExecute() 공개 메소드

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

Execute() 공개 메소드

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

OnExecute() 보호된 추상적인 메소드

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

OnPostExecute() 보호된 추상적인 메소드

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

OnPreExecute() 보호된 추상적인 메소드

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

SendToOutputWindow() 보호된 추상적인 메소드

protected abstract SendToOutputWindow ( string title, string command, bool isCommand ) : void
title string
command string
isCommand bool
리턴 void

WrapInputVariable() 보호된 메소드

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