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

상속: ICommand, INotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AlwaysCanExecute bool
IsAutomaticRequeryDisabled bool

공개 메소드들

메소드 설명
RaiseCanExecuteChanged ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
ICommand ( object parameter ) : bool
ICommand ( object parameter ) : void
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

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

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

CommandBase() 보호된 메소드

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

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

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

RaiseCanExecuteChanged() 공개 메소드

public RaiseCanExecuteChanged ( ) : void
리턴 void

프로퍼티 상세

AlwaysCanExecute 공개적으로 프로퍼티

public bool AlwaysCanExecute
리턴 bool

IsAutomaticRequeryDisabled 공개적으로 프로퍼티

public bool IsAutomaticRequeryDisabled
리턴 bool