Node Class

Comuna.NET

Node Class

Represents a node structure used to save a node of a Network to a D3 json file.
Inheritance Hierarchy
SystemObject  Comuna.D3Node

Namespace:  Comuna.D3
Assembly:  Comuna.D3 (in Comuna.D3.dll) Version: 1.0.0
Syntax
C#
public class Node
Request Example View Source

The Node type exposes the following members.

Constructors
  NameDescription
Public methodNode
Creates a new Node with the given ID.
Top
Properties
  NameDescription
Public propertyCommunity
Gets or sets the ID of the community of this node.
Public propertyID
Gets or sets the ID of this node.
Public propertyIdNum
Gets or sets the ID of this node.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also