C# Class TVServerKodi.Commands.DeleteSchedule

Inheritance: CommandHandler
Mostra file Open project: margro/TVServerXBMC

Public Methods

Method Description
DeleteSchedule ( ConnectionHandler connection ) : System
getCommandToHandle ( ) : string
handleCommand ( string command, string arguments, TvControl &me ) : void

Method Details

DeleteSchedule() public method

public DeleteSchedule ( ConnectionHandler connection ) : System
connection ConnectionHandler
return System

getCommandToHandle() public method

public getCommandToHandle ( ) : string
return string

handleCommand() public method

public handleCommand ( string command, string arguments, TvControl &me ) : void
command string
arguments string
me TvControl
return void