C# Class pGina.Plugin.Ldap.GroupRule

Afficher le fichier Open project: MutonUfoAI/pgina

Protected Properties

Свойство Type Description
m_condition System.Condition
m_filter string
m_path string
m_searchscope SearchScope

Méthodes publiques

Méthode Description
GroupRule ( string p, System.Condition c, string f, SearchScope s ) : System
RuleMatch ( bool userIsMember ) : bool
ToRegString ( ) : string

Method Details

GroupRule() public méthode

public GroupRule ( string p, System.Condition c, string f, SearchScope s ) : System
p string
c System.Condition
f string
s SearchScope
Résultat System

RuleMatch() public méthode

public RuleMatch ( bool userIsMember ) : bool
userIsMember bool
Résultat bool

ToRegString() public abstract méthode

public abstract ToRegString ( ) : string
Résultat string

Property Details

m_condition protected_oe property

protected Condition,System m_condition
Résultat System.Condition

m_filter protected_oe property

protected string m_filter
Résultat string

m_path protected_oe property

protected string m_path
Résultat string

m_searchscope protected_oe property

protected SearchScope m_searchscope
Résultat SearchScope