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

상속: GroupRule
파일 보기 프로젝트 열기: MutonUfoAI/pgina 1 사용 예제들

공개 메소드들

메소드 설명
FromRegString ( string str ) : GroupAuthzRule
GroupAuthzRule ( bool allow ) : System
GroupAuthzRule ( string grp, System.Condition c, bool allow ) : System
ToRegString ( ) : string
ToString ( ) : string

메소드 상세

FromRegString() 공개 정적인 메소드

public static FromRegString ( string str ) : GroupAuthzRule
str string
리턴 GroupAuthzRule

GroupAuthzRule() 공개 메소드

public GroupAuthzRule ( bool allow ) : System
allow bool
리턴 System

GroupAuthzRule() 공개 메소드

public GroupAuthzRule ( string grp, System.Condition c, bool allow ) : System
grp string
c System.Condition
allow bool
리턴 System

ToRegString() 공개 메소드

public ToRegString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string