C# 클래스 frapid.Commands.Create.CreateCommand

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

공개 메소드들

메소드 설명
Execute ( ) : void
ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
Initialize ( ) : void
Validate ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

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

public abstract ExecuteCommandAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

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

public abstract Initialize ( ) : void
리턴 void

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

public abstract Validate ( ) : void
리턴 void