C# Class IrcSharp.Extended.ChannelUser

Inheritance: IIrcObject
Afficher le fichier Open project: hapm/IrcShark Class Usage Examples

Méthodes publiques

Méthode Description
ChannelUser ( Channel chan, String name ) : System
HasMode ( FlagDefinition mode ) : bool
HasMode ( char flag ) : bool
ToString ( ) : String

Private Methods

Méthode Description
RebuildPrefixes ( ) : void
UpdateMode ( Mode m ) : void

Method Details

ChannelUser() public méthode

public ChannelUser ( Channel chan, String name ) : System
chan Channel
name String
Résultat System

HasMode() public méthode

public HasMode ( FlagDefinition mode ) : bool
mode FlagDefinition
Résultat bool

HasMode() public méthode

public HasMode ( char flag ) : bool
flag char
Résultat bool

ToString() public méthode

public ToString ( ) : String
Résultat String