C# 클래스 Bot.Core.Commands.Command

상속: ICommand
파일 보기 프로젝트 열기: Crobol/Bot

보호된 프로퍼티들

프로퍼티 타입 설명
aliases string[]
async bool
description string
name string

공개 메소드들

메소드 설명
Execute ( IrcEventArgs e ) : IEnumerable

보호된 메소드들

메소드 설명
Command ( ) : System
Command ( string name, bool async, string aliases ) : System
Command ( string name, bool async, string aliases, string description ) : System

메소드 상세

Command() 보호된 메소드

protected Command ( ) : System
리턴 System

Command() 보호된 메소드

protected Command ( string name, bool async, string aliases ) : System
name string
async bool
aliases string
리턴 System

Command() 보호된 메소드

protected Command ( string name, bool async, string aliases, string description ) : System
name string
async bool
aliases string
description string
리턴 System

Execute() 공개 추상적인 메소드

public abstract Execute ( IrcEventArgs e ) : IEnumerable
e Meebey.SmartIrc4net.IrcEventArgs
리턴 IEnumerable

프로퍼티 상세

aliases 보호되어 있는 프로퍼티

protected string[] aliases
리턴 string[]

async 보호되어 있는 프로퍼티

protected bool async
리턴 bool

description 보호되어 있는 프로퍼티

protected string description
리턴 string

name 보호되어 있는 프로퍼티

protected string name
리턴 string