C# 클래스 PLinkCore.HostItem

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

공개 프로퍼티들

프로퍼티 타입 설명
After string
Before string
Checked bool
Message string
Redirect string
error int
type int

공개 메소드들

메소드 설명
HostItem ( ) : System
HostItem ( bool Checked, int type, string Before, string After, string Message ) : System
HostItem ( int type, string Before, string After, string Message ) : System
HostItem ( string parsed ) : System
ToJSON ( ) : string
ToString ( ) : string
isHost ( ) : bool
isPattern ( ) : bool
isReal ( ) : bool
isUrl ( ) : bool

메소드 상세

HostItem() 공개 메소드

public HostItem ( ) : System
리턴 System

HostItem() 공개 메소드

public HostItem ( bool Checked, int type, string Before, string After, string Message ) : System
Checked bool
type int
Before string
After string
Message string
리턴 System

HostItem() 공개 메소드

public HostItem ( int type, string Before, string After, string Message ) : System
type int
Before string
After string
Message string
리턴 System

HostItem() 공개 메소드

public HostItem ( string parsed ) : System
parsed string
리턴 System

ToJSON() 공개 메소드

public ToJSON ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

isHost() 공개 메소드

public isHost ( ) : bool
리턴 bool

isPattern() 공개 메소드

public isPattern ( ) : bool
리턴 bool

isReal() 공개 메소드

public isReal ( ) : bool
리턴 bool

isUrl() 공개 메소드

public isUrl ( ) : bool
리턴 bool

프로퍼티 상세

After 공개적으로 프로퍼티

public string After
리턴 string

Before 공개적으로 프로퍼티

public string Before
리턴 string

Checked 공개적으로 프로퍼티

public bool Checked
리턴 bool

Message 공개적으로 프로퍼티

public string Message
리턴 string

Redirect 공개적으로 프로퍼티

public string Redirect
리턴 string

error 공개적으로 프로퍼티

public int error
리턴 int

type 공개적으로 프로퍼티

public int type
리턴 int