C# 클래스 AzureDNSManager.Command

상속: System.Windows.Input.ICommand
파일 보기 프로젝트 열기: sandercox/AzureDNSManager 1 사용 예제들

공개 메소드들

메소드 설명
CanExecute ( Object parameter ) : bool
Command ( System.Action action, bool canExecute = true ) : System
Command ( Action action, bool canExecute = true ) : System
Execute ( Object parameter ) : void

메소드 상세

CanExecute() 공개 메소드

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

Command() 공개 메소드

public Command ( System.Action action, bool canExecute = true ) : System
action System.Action
canExecute bool
리턴 System

Command() 공개 메소드

public Command ( Action action, bool canExecute = true ) : System
action Action
canExecute bool
리턴 System

Execute() 공개 메소드

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