C# Class Zetbox.API.CmdLineAction

Inheritance: Option
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
CmdLineAction ( ZetboxConfig config, string prototype, string description, int maxValueCount ) : System

Méthodes protégées

Méthode Description
InvokeCore ( Autofac unitOfWork, string args ) : void

This method is called to execute the action.

OnParseComplete ( OptionContext c ) : void

Method Details

CmdLineAction() public méthode

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

InvokeCore() protected abstract méthode

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

OnParseComplete() protected méthode

protected OnParseComplete ( OptionContext c ) : void
c OptionContext
Résultat void