C# Class PLinkCore.HostItem

显示文件 Open project: easylogic/plink Class Usage Examples

Public Properties

Property Type Description
After string
Before string
Checked bool
Message string
Redirect string
error int
type int

Public Methods

Method Description
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

Method Details

HostItem() public method

public HostItem ( ) : System
return System

HostItem() public method

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

HostItem() public method

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

HostItem() public method

public HostItem ( string parsed ) : System
parsed string
return System

ToJSON() public method

public ToJSON ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

isHost() public method

public isHost ( ) : bool
return bool

isPattern() public method

public isPattern ( ) : bool
return bool

isReal() public method

public isReal ( ) : bool
return bool

isUrl() public method

public isUrl ( ) : bool
return bool

Property Details

After public_oe property

public string After
return string

Before public_oe property

public string Before
return string

Checked public_oe property

public bool Checked
return bool

Message public_oe property

public string Message
return string

Redirect public_oe property

public string Redirect
return string

error public_oe property

public int error
return int

type public_oe property

public int type
return int