C# Class pGina.Plugin.MySQLAuth.GroupAuthzRule

Inheritance: GroupRule
Show file Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

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

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

GroupAuthzRule() public method

public GroupAuthzRule ( bool allow ) : System
allow bool
return System

GroupAuthzRule() public method

public GroupAuthzRule ( string grp, System.Condition c, bool allow ) : System
grp string
c System.Condition
allow bool
return System

ToRegString() public method

public ToRegString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string