C# Class SBBIN2mcr.StarBoundNode

Datei anzeigen Open project: Gl237man/mineroute

Public Properties

Property Type Description
NodeID string
NodeType string
Ports List
Xcoord int
Ycoord int
xcoord int
ycoord int

Public Methods

Method Description
StarBoundNode ( string frstr ) : System
StarBoundNode ( string type, string ID, int x, int y ) : System
ToString ( ) : string

Method Details

StarBoundNode() public method

public StarBoundNode ( string frstr ) : System
frstr string
return System

StarBoundNode() public method

public StarBoundNode ( string type, string ID, int x, int y ) : System
type string
ID string
x int
y int
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

NodeID public_oe property

public string NodeID
return string

NodeType public_oe property

public string NodeType
return string

Ports public_oe property

public List Ports
return List

Xcoord public_oe property

public int Xcoord
return int

Ycoord public_oe property

public int Ycoord
return int

xcoord public_oe property

public int xcoord
return int

ycoord public_oe property

public int ycoord
return int