C# Class pGina.Plugin.MySQLAuth.GroupGatewayRule

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

Méthodes publiques

Méthode Description
FromRegString ( string str ) : GroupGatewayRule
GroupGatewayRule ( string localGroup ) : System
GroupGatewayRule ( string grp, System.Condition c, string addTo ) : System
ToRegString ( ) : string
ToString ( ) : string

Method Details

FromRegString() public static méthode

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

GroupGatewayRule() public méthode

public GroupGatewayRule ( string localGroup ) : System
localGroup string
Résultat System

GroupGatewayRule() public méthode

public GroupGatewayRule ( string grp, System.Condition c, string addTo ) : System
grp string
c System.Condition
addTo string
Résultat System

ToRegString() public méthode

public ToRegString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string