C# Class BasicCommandHandlers.DynCommandHandlerPlugin

Inheritance: CommonServices.BasicCommandHandler, IDynCommandHandlerService
Datei anzeigen Open project: Invenietis/ck-certified

Private Properties

Property Type Description
HideSkin void
ToggleHostMinimized void

Public Methods

Method Description
Exec ( string actionKey ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void

Protected Methods

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

Private Methods

Method Description
HideSkin ( ) : void
ToggleHostMinimized ( ) : void

Method Details

Exec() public method

public Exec ( string actionKey ) : void
actionKey string
return void

OnCommandSent() protected method

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

Setup() public method

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void