C# Class pGina.Plugin.Ldap.GroupGatewayRule

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

Public Methods

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

ToRegString() public method

public ToRegString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string