C# Class qtbot.Modules.MultipleSelector.MultiSelector

显示文件 Open project: stepperman/HB-Discord-Bot

Public Properties

Property Type Description
canRespond bool
currentPage byte
messagesToDelete List
neededPages byte
respondAction Func

Public Methods

Method Description
AddDeleteMessage ( IMessage msg ) : void
GetResponse ( ) : Func
GetUser ( ) : IGuildUser
ReturnAction ( ) : object>.Func
SetResponse ( Func a ) : void

Method Details

AddDeleteMessage() public abstract method

public abstract AddDeleteMessage ( IMessage msg ) : void
msg IMessage
return void

GetResponse() public abstract method

public abstract GetResponse ( ) : Func
return Func

GetUser() public abstract method

public abstract GetUser ( ) : IGuildUser
return IGuildUser

ReturnAction() public abstract method

public abstract ReturnAction ( ) : object>.Func
return object>.Func

SetResponse() public abstract method

public abstract SetResponse ( Func a ) : void
a Func
return void

Property Details

canRespond public_oe property

public bool canRespond
return bool

currentPage public_oe property

public byte currentPage
return byte

messagesToDelete public_oe property

public List messagesToDelete
return List

neededPages public_oe property

public byte neededPages
return byte

respondAction public_oe property

public Func respondAction
return Func