C# 클래스 Zetbox.API.CmdLineAction

상속: Option
파일 보기 프로젝트 열기: daszat/zetbox

공개 메소드들

메소드 설명
CmdLineAction ( ZetboxConfig config, string prototype, string description, int maxValueCount ) : System

보호된 메소드들

메소드 설명
InvokeCore ( Autofac unitOfWork, string args ) : void

This method is called to execute the action.

OnParseComplete ( OptionContext c ) : void

메소드 상세

CmdLineAction() 공개 메소드

public CmdLineAction ( ZetboxConfig config, string prototype, string description, int maxValueCount ) : System
config Zetbox.API.Configuration.ZetboxConfig
prototype string
description string
maxValueCount int
리턴 System

InvokeCore() 보호된 추상적인 메소드

This method is called to execute the action.
protected abstract InvokeCore ( Autofac unitOfWork, string args ) : void
unitOfWork Autofac
args string
리턴 void

OnParseComplete() 보호된 메소드

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
리턴 void