C# 클래스 SuperSimpleLyncKiosk.ViewModels.Command

상속: ICommand
파일 보기 프로젝트 열기: shanselman/LyncAutoAnswer

공개 메소드들

메소드 설명
Command ( ) : System
Command ( Action execute ) : System
Command ( Action execute, Boolean>.Func canExecute ) : System
NotifyCanExecuteChanged ( ) : void

비공개 메소드들

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

메소드 상세

Command() 공개 메소드

public Command ( ) : System
리턴 System

Command() 공개 메소드

public Command ( Action execute ) : System
execute Action
리턴 System

Command() 공개 메소드

public Command ( Action execute, Boolean>.Func canExecute ) : System
execute Action
canExecute Boolean>.Func
리턴 System

NotifyCanExecuteChanged() 공개 메소드

public NotifyCanExecuteChanged ( ) : void
리턴 void