C# 클래스 FirstFloor.ModernUI.Commands.CommandExt

상속: CommandBase
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

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

보호된 메소드들

메소드 설명
CanExecuteOverride ( ) : bool
CanExecuteOverride ( object parameter ) : bool
CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
ExecuteOverride ( ) : void
ExecuteOverride ( object parameter ) : void

메소드 상세

CanExecute() 공개 메소드

public CanExecute ( ) : bool
리턴 bool

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

protected abstract CanExecuteOverride ( ) : bool
리턴 bool

CanExecuteOverride() 보호된 최종 메소드

protected final CanExecuteOverride ( object parameter ) : bool
parameter object
리턴 bool

CommandExt() 보호된 메소드

protected CommandExt ( bool alwaysCanExecute, bool isAutomaticRequeryDisabled ) : System
alwaysCanExecute bool
isAutomaticRequeryDisabled bool
리턴 System

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

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

protected abstract ExecuteOverride ( ) : void
리턴 void

ExecuteOverride() 보호된 최종 메소드

protected final ExecuteOverride ( object parameter ) : void
parameter object
리턴 void