C# 클래스 helpmebot6.Commands.Afcbacklog

Returns the number of articles currently waiting at Articles for Creation
상속: helpmebot6.Commands.Categorysize
파일 보기 프로젝트 열기: helpmebot/helpmebot

공개 메소드들

메소드 설명
Afcbacklog ( Helpmebot.Legacy.Model.LegacyUser source, string channel, string args, ICommandServiceHelper commandServiceHelper ) : Helpmebot

Initialises a new instance of the Afccount class.

보호된 메소드들

메소드 설명
ExecuteCommand ( ) : Helpmebot.CommandResponseHandler

The execute command.

메소드 상세

Afcbacklog() 공개 메소드

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. ///
리턴 Helpmebot

ExecuteCommand() 보호된 메소드

The execute command.
protected ExecuteCommand ( ) : Helpmebot.CommandResponseHandler
리턴 Helpmebot.CommandResponseHandler