C# Class helpmebot6.Commands.Afcbacklog

Returns the number of articles currently waiting at Articles for Creation
Inheritance: helpmebot6.Commands.Categorysize
显示文件 Open project: helpmebot/helpmebot

Public Methods

Method Description
Afcbacklog ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot

Initialises a new instance of the Afccount class.

Protected Methods

Method Description
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

Method Details

Afcbacklog() public method

Initialises a new instance of the Afccount class.
public Afcbacklog ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot
source Helpmebot.Legacy.Model.LegacyUser /// The source. ///
channel string /// The channel. ///
args string /// The args. ///
commandServiceHelper ICommandServiceHelper /// The message Service. ///
return Helpmebot

ExecuteCommand() protected method

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
return Helpmebot.CommandResponseHandler