C# Class NetUtils.Node

显示文件 Open project: Gl237man/mineroute Class Usage Examples

Public Properties

Property Type Description
HaveCout bool
Marked bool
NodeName string
NodeType string

Public Methods

Method Description
GetLutKey ( ) : string
IsLut ( ) : bool
ReadFromString ( string instr ) : void
ToString ( ) : string

Method Details

GetLutKey() public method

public GetLutKey ( ) : string
return string

IsLut() public method

public IsLut ( ) : bool
return bool

ReadFromString() public method

public ReadFromString ( string instr ) : void
instr string
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

HaveCout public_oe property

public bool HaveCout
return bool

Marked public_oe property

public bool Marked
return bool

NodeName public_oe property

public string NodeName
return string

NodeType public_oe property

public string NodeType
return string