C# Класс IrcShark.Connectors.TerminalChatting.NetworksCommand

Наследование: IrcShark.Extensions.Terminal.TerminalCommand
Показать файл Открыть проект

Открытые методы

Метод Описание
AutoComplete ( CommandCall call, int paramIndex ) : string[]

Autocompletes networknames on deletion of networks.

Execute ( ) : void

Executes the networks command.

Init ( TerminalExtension terminal ) : void

Initializes the NetworksCommand.

Приватные методы

Метод Описание
AddNetwork ( string paramList ) : void

Adds a new network to the networ configuration.

DeleteNetwork ( string paramList ) : void

Removes a network from the configuration.

ListNetworks ( ) : void

Shows a list of all networks.

Описание методов

AutoComplete() публичный Метод

Autocompletes networknames on deletion of networks.
public AutoComplete ( CommandCall call, int paramIndex ) : string[]
call IrcShark.Extensions.Terminal.CommandCall The current line.
paramIndex int The parameter where the cursor stand on.
Результат string[]

Execute() публичный Метод

Executes the networks command.
public Execute ( ) : void
Результат void

Init() публичный Метод

Initializes the NetworksCommand.
public Init ( TerminalExtension terminal ) : void
terminal IrcShark.Extensions.Terminal.TerminalExtension The terminal to create the command for.
Результат void