C# Class PLinkCore.HostItem

Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Свойство Type Description
After string
Before string
Checked bool
Message string
Redirect string
error int
type int

Méthodes publiques

Méthode 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 méthode

public HostItem ( ) : System
Résultat System

HostItem() public méthode

public HostItem ( bool Checked, int type, string Before, string After, string Message ) : System
Checked bool
type int
Before string
After string
Message string
Résultat System

HostItem() public méthode

public HostItem ( int type, string Before, string After, string Message ) : System
type int
Before string
After string
Message string
Résultat System

HostItem() public méthode

public HostItem ( string parsed ) : System
parsed string
Résultat System

ToJSON() public méthode

public ToJSON ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

isHost() public méthode

public isHost ( ) : bool
Résultat bool

isPattern() public méthode

public isPattern ( ) : bool
Résultat bool

isReal() public méthode

public isReal ( ) : bool
Résultat bool

isUrl() public méthode

public isUrl ( ) : bool
Résultat bool

Property Details

After public_oe property

public string After
Résultat string

Before public_oe property

public string Before
Résultat string

Checked public_oe property

public bool Checked
Résultat bool

Message public_oe property

public string Message
Résultat string

Redirect public_oe property

public string Redirect
Résultat string

error public_oe property

public int error
Résultat int

type public_oe property

public int type
Résultat int