C# Class AddressMatch.GraphNode

Datei anzeigen Open project: pwq1989/AddressMatch Class Usage Examples

Public Properties

Property Type Description
NextNodeList List

Public Methods

Method Description
GraphNode ( string name, LEVEL level ) : System
GraphNode ( string name, LEVEL level, List nextNodeList ) : System

Private Methods

Method Description
GraphNode ( ) : System

Method Details

GraphNode() public method

public GraphNode ( string name, LEVEL level ) : System
name string
level LEVEL
return System

GraphNode() public method

public GraphNode ( string name, LEVEL level, List nextNodeList ) : System
name string
level LEVEL
nextNodeList List
return System

Property Details

NextNodeList public_oe property

public List NextNodeList
return List