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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_condition System.Condition
m_group string

공개 메소드들

메소드 설명
GroupRule ( string grp, System.Condition c ) : System
RuleMatch ( bool userIsMember ) : bool
ToRegString ( ) : string

메소드 상세

GroupRule() 공개 메소드

public GroupRule ( string grp, System.Condition c ) : System
grp string
c System.Condition
리턴 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_group 보호되어 있는 프로퍼티

protected string m_group
리턴 string