C# Класс TagTool.Commands.Command

Base class for a tag manipulation command.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Execute ( List args ) : bool

Executes the command.

Защищенные методы

Метод Описание
Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System

Initializes a new instance of the Command class.

Описание методов

Command() защищенный Метод

Initializes a new instance of the Command class.
protected Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System
flags CommandFlags Command flags.
name string The command's name.
description string The command's description.
usage string The command's usage string.
helpMessage string The command's help message.
Результат System

Execute() публичный абстрактный Метод

Executes the command.
public abstract Execute ( List args ) : bool
args List The command arguments.
Результат bool