C# Класс Zetbox.API.CmdLineAction

Наследование: Option
Показать файл Открыть проект

Открытые методы

Метод Описание
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