C# 클래스 Common.Utilities.CommandBase

상속: ICommand
파일 보기 프로젝트 열기: michalczerwinski/hello_wars

공개 메소드들

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

메소드 상세

CanExecute() 공개 메소드

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

Execute() 공개 추상적인 메소드

public abstract Execute ( object parameter = null ) : void
parameter object
리턴 void

OnCanExecuteChanged() 공개 메소드

public OnCanExecuteChanged ( ) : void
리턴 void