C# Класс Nekobot.Commands.CommandMap

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddCommand ( string text, Nekobot.Commands.Command command, bool isAlias ) : void
CanRun ( Discord.User user, Discord.Channel channel, string &error ) : bool
CommandMap ( ) : System.Collections.Generic
CommandMap ( CommandMap parent, string name, string fullName ) : System.Collections.Generic
GetCommands ( ) : IEnumerable
GetCommands ( int index, string parts ) : IEnumerable
GetCommands ( string text ) : IEnumerable
GetItem ( int index, string parts ) : CommandMap
GetItem ( string text ) : CommandMap

Приватные методы

Метод Описание
AddCommand ( int index, string parts, Nekobot.Commands.Command command, bool isAlias ) : void

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

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

public AddCommand ( string text, Nekobot.Commands.Command command, bool isAlias ) : void
text string
command Nekobot.Commands.Command
isAlias bool
Результат void

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

public CanRun ( Discord.User user, Discord.Channel channel, string &error ) : bool
user Discord.User
channel Discord.Channel
error string
Результат bool

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

public CommandMap ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public CommandMap ( CommandMap parent, string name, string fullName ) : System.Collections.Generic
parent CommandMap
name string
fullName string
Результат System.Collections.Generic

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

public GetCommands ( ) : IEnumerable
Результат IEnumerable

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

public GetCommands ( int index, string parts ) : IEnumerable
index int
parts string
Результат IEnumerable

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

public GetCommands ( string text ) : IEnumerable
text string
Результат IEnumerable

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

public GetItem ( int index, string parts ) : CommandMap
index int
parts string
Результат CommandMap

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

public GetItem ( string text ) : CommandMap
text string
Результат CommandMap