C# 클래스 WikiFunctions.Controls.ProtectionLevel

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BasicLevels WikiFunctions.Controls.ProtectionLevel[]
Display string
Group string
Sysop WikiFunctions.Controls.ProtectionLevel[]

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
ProtectionLevel ( string group, string display ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ProtectionLevel() 공개 메소드

public ProtectionLevel ( string group, string display ) : System
group string
display string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

BasicLevels 공개적으로 정적으로 프로퍼티

public static ProtectionLevel[],WikiFunctions.Controls BasicLevels
리턴 WikiFunctions.Controls.ProtectionLevel[]

Display 공개적으로 프로퍼티

public string Display
리턴 string

Group 공개적으로 프로퍼티

public string Group
리턴 string

Sysop 공개적으로 정적으로 프로퍼티

public static ProtectionLevel[],WikiFunctions.Controls Sysop
리턴 WikiFunctions.Controls.ProtectionLevel[]