C# Class TagTool.Commands.Tags.DependencyCommand

Command for managing tag dependencies.
Inheritance: Command
Afficher le fichier Open project: TheGuardians/TagTool

Méthodes publiques

Méthode Description
DependencyCommand ( OpenTagCache info ) : System
Execute ( List args ) : bool

Private Methods

Méthode Description
ExecuteAddRemove ( TagInstance tag, List args ) : bool
ExecuteList ( TagInstance tag, bool all ) : bool
ExecuteListDependsOn ( TagInstance tag ) : bool

Method Details

DependencyCommand() public méthode

public DependencyCommand ( OpenTagCache info ) : System
info OpenTagCache
Résultat System

Execute() public méthode

public Execute ( List args ) : bool
args List
Résultat bool