C# Class pGina.Plugin.MySQLAuth.GroupAuthzRule

Inheritance: GroupRule
Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Méthodes publiques

Méthode Description
FromRegString ( string str ) : GroupAuthzRule
GroupAuthzRule ( bool allow ) : System
GroupAuthzRule ( string grp, System.Condition c, bool allow ) : System
ToRegString ( ) : string
ToString ( ) : string

Method Details

FromRegString() public static méthode

public static FromRegString ( string str ) : GroupAuthzRule
str string
Résultat GroupAuthzRule

GroupAuthzRule() public méthode

public GroupAuthzRule ( bool allow ) : System
allow bool
Résultat System

GroupAuthzRule() public méthode

public GroupAuthzRule ( string grp, System.Condition c, bool allow ) : System
grp string
c System.Condition
allow bool
Résultat System

ToRegString() public méthode

public ToRegString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string