C# Class BasicCommandHandlers.TextTemplateCommandHandler

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
OpenEditor ( string template ) : void
Start ( ) : void
Stop ( ) : void

Méthodes protégées

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

Method Details

OnCommandSent() protected méthode

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

OpenEditor() public méthode

public OpenEditor ( string template ) : void
template string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void