C# Class NetUtils.Node

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

public bool HaveCout
return bool

Marked public property

public bool Marked
return bool

NodeName public property

public string NodeName
return string

NodeType public property

public string NodeType
return string