C# 클래스 IrcD.Modes.ChannelModes.ModeInviteException

상속: ChannelMode, IParameterListA
파일 보기 프로젝트 열기: FreeApophis/ircddotnet

공개 메소드들

메소드 설명
Add ( string parameter ) : string
HandleEvent ( CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
ModeInviteException ( ) : System.Collections.Generic
Remove ( string parameter ) : string
SendList ( UserInfo info, ChannelInfo chan ) : void
Support ( IrcDaemon ircDaemon ) : IEnumerable

메소드 상세

Add() 공개 메소드

public Add ( string parameter ) : string
parameter string
리턴 string

HandleEvent() 공개 메소드

public HandleEvent ( CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
command CommandBase
channel IrcD.Channel.ChannelInfo
user UserInfo
args List
리턴 bool

ModeInviteException() 공개 메소드

public ModeInviteException ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Remove() 공개 메소드

public Remove ( string parameter ) : string
parameter string
리턴 string

SendList() 공개 메소드

public SendList ( UserInfo info, ChannelInfo chan ) : void
info UserInfo
chan IrcD.Channel.ChannelInfo
리턴 void

Support() 공개 메소드

public Support ( IrcDaemon ircDaemon ) : IEnumerable
ircDaemon IrcDaemon
리턴 IEnumerable