C# Class pGina.Plugin.Ldap.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 path, System.Condition c, string addTo, string filter, SearchScope scope ) : 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 path, System.Condition c, string addTo, string filter, SearchScope scope ) : System
path string
c System.Condition
addTo string
filter string
scope SearchScope
Résultat System

ToRegString() public méthode

public ToRegString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string