[Missing <summary> documentation for "T:BaseLib.Commands.CommandBase"]

Namespace: BaseLib.Commands
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Collapse imageSyntax

C#
public abstract class CommandBase : IComparable<CommandBase>

Collapse imageInheritance Hierarchy

System..::..Object
  BaseLib.Commands..::..CommandBase
    GameCommand
    BaseLib.Commands..::..ActionCommand<(Of <(<'TAction, TEvent>)>)>
    BaseLib.Commands..::..AdvanceCommand
    BaseLib.Commands..::..ChannelsCommand
    BaseLib.Commands..::..CommandsCommand
    BaseLib.Commands.Creator..::..CreatorCommandBase
    BaseLib.Commands..::..EmoteCommand
    BaseLib.Commands..::..EmoteToCommand
    BaseLib.Commands..::..FingerCommand
    BaseLib.Commands..::..GoCommand
    BaseLib.Commands..::..HelpCommand
    BaseLib.Commands..::..InventoryCommand
    BaseLib.Commands..::..LastCommand
    BaseLib.Commands..::..LookCommand
    BaseLib.Commands..::..LookDirectionCommand
    BaseLib.Commands..::..MudStatsCommand
    BaseLib.Commands..::..NewsCommand
    BaseLib.Commands..::..OptionsCommand
    BaseLib.Commands..::..PasswordCommand
    BaseLib.Commands..::..QuitCommand
    BaseLib.Commands..::..ReadCommand
    BaseLib.Commands..::..SaveCommand
    BaseLib.Commands..::..SayCommand
    BaseLib.Commands..::..ScoreCommand
    BaseLib.Commands..::..SkillsCommand
    BaseLib.Commands..::..SocialCommand
    BaseLib.Commands..::..SyntaxCommand
    BaseLib.Commands..::..TellCommand
    BaseLib.Commands..::..WhoCommand
    BaseLib..::..ReceivedActionCommand<(Of <(<'TAction, TReceiver, TEvent>)>)>
    BaseLib.Things..::..BulletinBoard..::..PostNoteCommand
    BaseLib.Things..::..BulletinBoard..::..ReadPostCommand

Collapse imageSee Also