C# Class TagTool.Commands.Command

Base class for a tag manipulation command.
Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
Execute ( List args ) : bool

Executes the command.

Méthodes protégées

Méthode Description
Command ( CommandFlags flags, string name, string description, string usage, string helpMessage ) : System

Initializes a new instance of the Command class.

Method Details

Command() protected méthode

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.
Résultat System

Execute() public abstract méthode

Executes the command.
public abstract Execute ( List args ) : bool
args List The command arguments.
Résultat bool