C# Class BasicCommandHandlers.ModeCommandHandlerPlugin

Inheritance: CommonServices.BasicCommandHandler, IModeCommandHandlerService
显示文件 Open project: Invenietis/ck-certified

Private Properties

Property Type Description

Public Methods

Method Description
Add ( string mode ) : void
ChangeMode ( string mode ) : void
Remove ( string mode ) : void
Start ( ) : void
Toggle ( string mode ) : void

Protected Methods

Method Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

Add() public method

public Add ( string mode ) : void
mode string
return void

ChangeMode() public method

public ChangeMode ( string mode ) : void
mode string
return void

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void

Remove() public method

public Remove ( string mode ) : void
mode string
return void

Start() public method

public Start ( ) : void
return void

Toggle() public method

public Toggle ( string mode ) : void
mode string
return void