Graph Class

Comuna.NET

Graph Class

Represents a graph structure used to save a Network to a D3 json file.
Inheritance Hierarchy
SystemObject  Comuna.D3Graph

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

The Graph type exposes the following members.

Constructors
  NameDescription
Public methodGraph
Initializes a new instance of the Graph class
Top
Properties
  NameDescription
Public propertyLinks
Gets or sets the list of Link in this graph.
Public propertyNodes
Gets or sets the list of Node in this graph.
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