C# 클래스 AzureDNSManager.Command
파일 보기
프로젝트 열기: sandercox/AzureDNSManager
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
CanExecute ( Object parameter ) : bool |
|
|
Command ( System.Action action, bool canExecute = true ) : System |
|
|
Command ( Action |
|
|
Execute ( Object parameter ) : void |
|
|
메소드 상세
public CanExecute ( Object parameter ) : bool |
parameter |
Object |
|
리턴 |
bool |
|
public Command ( System.Action action, bool canExecute = true ) : System |
action |
System.Action |
|
canExecute |
bool |
|
리턴 |
System |
|
public Command ( Action |
action |
Action |
|
canExecute |
bool |
|
리턴 |
System |
|
public Execute ( Object parameter ) : void |
parameter |
Object |
|
리턴 |
void |
|