C# Class pGina.Plugin.Ldap.GroupAuthzRule

Inheritance: GroupRule
Afficher le fichier Open project: MutonUfoAI/pgina Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static FromRegString ( string str ) : GroupAuthzRule
str string
Résultat GroupAuthzRule

GroupAuthzRule() public méthode

public GroupAuthzRule ( bool allow ) : System
allow bool
Résultat System

GroupAuthzRule() public méthode

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
Résultat System

ToRegString() public méthode

public ToRegString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string