C# Class Squishy.Irc.UserPrivSet

Afficher le fichier Open project: jaddie/WCell-Utility-Bot Class Usage Examples

Méthodes publiques

Méthode Description
Has ( Privilege flag ) : bool
Has ( char flag ) : bool
HasAtLeast ( Privilege flag ) : bool
HasAtLeast ( char flag ) : bool
UserPrivSet ( string flags ) : System
this ( Privilege flag ) : bool
this ( char flag ) : bool

Private Methods

Méthode Description
Add ( Privilege flag ) : void
Add ( char flag ) : void
FindHighest ( ) : void
Remove ( Privilege flag ) : void
Remove ( char flag ) : void
Set ( string flags ) : void
UserPrivSet ( ) : System

Method Details

Has() public méthode

public Has ( Privilege flag ) : bool
flag Privilege
Résultat bool

Has() public méthode

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

HasAtLeast() public méthode

public HasAtLeast ( Privilege flag ) : bool
flag Privilege
Résultat bool

HasAtLeast() public méthode

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

UserPrivSet() public méthode

public UserPrivSet ( string flags ) : System
flags string
Résultat System

this() public méthode

public this ( Privilege flag ) : bool
flag Privilege
Résultat bool

this() public méthode

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