C# Class TagTool.Commands.Tags.DependencyCommand

Command for managing tag dependencies.
Inheritance: Command
显示文件 Open project: TheGuardians/TagTool

Public Methods

Method Description
DependencyCommand ( OpenTagCache info ) : System
Execute ( List args ) : bool

Private Methods

Method Description
ExecuteAddRemove ( TagInstance tag, List args ) : bool
ExecuteList ( TagInstance tag, bool all ) : bool
ExecuteListDependsOn ( TagInstance tag ) : bool

Method Details

DependencyCommand() public method

public DependencyCommand ( OpenTagCache info ) : System
info OpenTagCache
return System

Execute() public method

public Execute ( List args ) : bool
args List
return bool