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

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

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

Метод Описание
Execute ( ) : void

Executes the command with the given parameters.

Init ( TerminalExtension terminal ) : void

Initializes the ServerCommand.

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

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

Adds a new server to a network.

GetNetwork ( string ident ) : INetwork

Gets the network instance for the given identication string.

GetServer ( INetwork network, string ident ) : IServer

Gets the server instance for the given identication string.

ListServers ( string paramList ) : void

Shows a list of servers for a given network.

RemoveServer ( string paramList ) : void

Removes a server form the server list of the network.

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

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

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

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

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