C# Class BasicCommandHandlers.ModeCommandHandlerPlugin

Inheritance: CommonServices.BasicCommandHandler, IModeCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( string mode ) : void
ChangeMode ( string mode ) : void
Remove ( string mode ) : void
Start ( ) : void
Toggle ( string mode ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Method Details

Add() public méthode

public Add ( string mode ) : void
mode string
Résultat void

ChangeMode() public méthode

public ChangeMode ( string mode ) : void
mode string
Résultat void

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

Remove() public méthode

public Remove ( string mode ) : void
mode string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( string mode ) : void
mode string
Résultat void