C# Class pGina.Plugin.Ldap.GroupAuthzRule

Inheritance: GroupRule
Datei anzeigen Open project: MutonUfoAI/pgina Class Usage Examples

Public Methods

Method Description
FromRegString ( string str ) : GroupAuthzRule
GroupAuthzRule ( bool allow ) : System
GroupAuthzRule ( string path, System.Condition c, bool allow, string filter, SearchScope scope ) : 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 path, System.Condition c, bool allow, string filter, SearchScope scope ) : System
path string
c System.Condition
allow bool
filter string
scope SearchScope
return System

ToRegString() public method

public ToRegString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string