C# 클래스 SiteManager.Code.Commands.ImportProject

상속: Command
파일 보기 프로젝트 열기: jerrong/Sitecore-Multisite-Manager

공개 메소드들

메소드 설명
Execute ( CommandContext context ) : void
QueryState ( CommandContext context ) : CommandState
StartProcess ( ) : void

보호된 메소드들

메소드 설명
Run ( ClientPipelineArgs args ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( CommandContext context ) : void
context CommandContext
리턴 void

QueryState() 공개 메소드

public QueryState ( CommandContext context ) : CommandState
context CommandContext
리턴 CommandState

Run() 보호된 메소드

protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
리턴 void

StartProcess() 공개 메소드

public StartProcess ( ) : void
리턴 void