C# Class SharpMod.Database.Privileges

Datei anzeigen Open project: txdv/sharpmod Class Usage Examples

Public Methods

Method Description
AddPrivilege ( string priv ) : void
HasPrivilege ( string priv ) : bool
Privileges ( string priv ) : System
RemovePrivilege ( string priv ) : bool

Method Details

AddPrivilege() public method

public AddPrivilege ( string priv ) : void
priv string
return void

HasPrivilege() public method

public HasPrivilege ( string priv ) : bool
priv string
return bool

Privileges() public method

public Privileges ( string priv ) : System
priv string
return System

RemovePrivilege() public method

public RemovePrivilege ( string priv ) : bool
priv string
return bool