C# Class PLinkCore.HostItem

Show file 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 property

public string After
return string

Before public property

public string Before
return string

Checked public property

public bool Checked
return bool

Message public property

public string Message
return string

Redirect public property

public string Redirect
return string

error public property

public int error
return int

type public property

public int type
return int