C# Class Zetbox.API.CmdLineAction

Inheritance: Option
Show file Open project: daszat/zetbox

Public Methods

Method Description
CmdLineAction ( ZetboxConfig config, string prototype, string description, int maxValueCount ) : System

Protected Methods

Method Description
InvokeCore ( Autofac unitOfWork, string args ) : void

This method is called to execute the action.

OnParseComplete ( OptionContext c ) : void

Method Details

CmdLineAction() public method

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

InvokeCore() protected abstract method

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

OnParseComplete() protected method

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
return void