C# Class pGina.Plugin.Ldap.GroupRule

Datei anzeigen Open project: MutonUfoAI/pgina

Protected Properties

Property Type Description
m_condition System.Condition
m_filter string
m_path string
m_searchscope SearchScope

Public Methods

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

Method Details

GroupRule() public method

public GroupRule ( string p, System.Condition c, string f, SearchScope s ) : System
p string
c System.Condition
f string
s SearchScope
return System

RuleMatch() public method

public RuleMatch ( bool userIsMember ) : bool
userIsMember bool
return bool

ToRegString() public abstract method

public abstract ToRegString ( ) : string
return string

Property Details

m_condition protected_oe property

protected Condition,System m_condition
return System.Condition

m_filter protected_oe property

protected string m_filter
return string

m_path protected_oe property

protected string m_path
return string

m_searchscope protected_oe property

protected SearchScope m_searchscope
return SearchScope