C# 클래스 pGina.Plugin.Ldap.GroupRule

파일 보기 프로젝트 열기: MutonUfoAI/pgina

보호된 프로퍼티들

프로퍼티 타입 설명
m_condition System.Condition
m_filter string
m_path string
m_searchscope SearchScope

공개 메소드들

메소드 설명
GroupRule ( string p, System.Condition c, string f, SearchScope s ) : System
RuleMatch ( bool userIsMember ) : bool
ToRegString ( ) : string

메소드 상세

GroupRule() 공개 메소드

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

RuleMatch() 공개 메소드

public RuleMatch ( bool userIsMember ) : bool
userIsMember bool
리턴 bool

ToRegString() 공개 추상적인 메소드

public abstract ToRegString ( ) : string
리턴 string

프로퍼티 상세

m_condition 보호되어 있는 프로퍼티

protected Condition,System m_condition
리턴 System.Condition

m_filter 보호되어 있는 프로퍼티

protected string m_filter
리턴 string

m_path 보호되어 있는 프로퍼티

protected string m_path
리턴 string

m_searchscope 보호되어 있는 프로퍼티

protected SearchScope m_searchscope
리턴 SearchScope