C# Class Bot.Core.Commands.Command

Inheritance: ICommand
Afficher le fichier Open project: Crobol/Bot

Protected Properties

Свойство Type Description
aliases string[]
async bool
description string
name string

Méthodes publiques

Méthode Description
Execute ( IrcEventArgs e ) : IEnumerable

Méthodes protégées

Méthode Description
Command ( ) : System
Command ( string name, bool async, string aliases ) : System
Command ( string name, bool async, string aliases, string description ) : System

Method Details

Command() protected méthode

protected Command ( ) : System
Résultat System

Command() protected méthode

protected Command ( string name, bool async, string aliases ) : System
name string
async bool
aliases string
Résultat System

Command() protected méthode

protected Command ( string name, bool async, string aliases, string description ) : System
name string
async bool
aliases string
description string
Résultat System

Execute() public abstract méthode

public abstract Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
Résultat IEnumerable

Property Details

aliases protected_oe property

protected string[] aliases
Résultat string[]

async protected_oe property

protected bool async
Résultat bool

description protected_oe property

protected string description
Résultat string

name protected_oe property

protected string name
Résultat string