C# Class SharpMod.Database.Privileges

Afficher le fichier Open project: txdv/sharpmod Class Usage Examples

Méthodes publiques

Méthode Description
AddPrivilege ( string priv ) : void
HasPrivilege ( string priv ) : bool
Privileges ( string priv ) : System
RemovePrivilege ( string priv ) : bool

Method Details

AddPrivilege() public méthode

public AddPrivilege ( string priv ) : void
priv string
Résultat void

HasPrivilege() public méthode

public HasPrivilege ( string priv ) : bool
priv string
Résultat bool

Privileges() public méthode

public Privileges ( string priv ) : System
priv string
Résultat System

RemovePrivilege() public méthode

public RemovePrivilege ( string priv ) : bool
priv string
Résultat bool