C# Класс helpmebot6.Commands.Editcount

Returns the edit count of a Wikipedian
Наследование: helpmebot6.Commands.GenericCommand
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Editcount ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System

Initialises a new instance of the Editcount class.

GetEditCount ( string username, string channel ) : int

Gets the edit count.

Защищенные методы

Метод Описание
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

Actual command logic

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

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

Initialises a new instance of the Editcount class.
public Editcount ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : System
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
Результат System

ExecuteCommand() защищенный Метод

Actual command logic
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
Результат Helpmebot.CommandResponseHandler

GetEditCount() публичный статический Метод

Gets the edit count.
public static GetEditCount ( string username, string channel ) : int
username string /// The username to retrieve the edit count for. ///
channel string /// The channel the command was issued in. (Gets the correct base wiki) ///
Результат int