C# Class pGina.Plugin.MySQLAuth.GroupGatewayRule

Inheritance: GroupRule
Mostrar archivo Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

Method 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 method

public static FromRegString ( string str ) : GroupGatewayRule
str string
return GroupGatewayRule

GroupGatewayRule() public method

public GroupGatewayRule ( string localGroup ) : System
localGroup string
return System

GroupGatewayRule() public method

public GroupGatewayRule ( string grp, System.Condition c, string addTo ) : System
grp string
c System.Condition
addTo string
return System

ToRegString() public method

public ToRegString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string