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

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

공개 메소드들

메소드 설명
AsyncCommand ( [ execute, Func canExecute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
AsyncCommand ( [ execute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
ExecuteAsync ( ) : System.Threading.Tasks.Task

보호된 메소드들

메소드 설명
CanExecuteOverride ( ) : bool
ExecuteInner ( ) : System.Threading.Tasks.Task
ExecuteOverride ( ) : void

메소드 상세

AsyncCommand() 공개 메소드

public AsyncCommand ( [ execute, Func canExecute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
execute [
canExecute Func
additionalDelay int
isAutomaticRequeryDisabled bool
리턴 System

AsyncCommand() 공개 메소드

public AsyncCommand ( [ execute, int additionalDelay, bool isAutomaticRequeryDisabled = false ) : System
execute [
additionalDelay int
isAutomaticRequeryDisabled bool
리턴 System

CanExecuteOverride() 보호된 메소드

protected CanExecuteOverride ( ) : bool
리턴 bool

ExecuteAsync() 공개 메소드

public ExecuteAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExecuteInner() 보호된 메소드

protected ExecuteInner ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

ExecuteOverride() 보호된 메소드

protected ExecuteOverride ( ) : void
리턴 void