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

The stats of the account creation interface.
Наследование: helpmebot6.Commands.GenericCommand
Показать файл Открыть проект

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

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

Initialises a new instance of the Accstats class.

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

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

Actual command logic

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

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

Initialises a new instance of the Accstats class.
public Accstats ( 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