Node Class

Comuna.NET

Node Class

Represents a node structure used to save a node of a Network to a Graphviz dot file.
Inheritance Hierarchy
SystemObject  Comuna.GraphvizNode

Namespace:  Comuna.Graphviz
Assembly:  Comuna.Graphviz (in Comuna.Graphviz.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 propertyColor
Gets or sets the node's color.
Public propertyCommunity
Gets or sets the ID of the community of this node.
Public propertyIdNum
Gets or sets the ID of this node.
Public propertyShowLabel
Gets or sets a value indicating whether to show the node's label.
Top
Methods
  NameDescription
Public methodEquals (Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Tests whether the two nodes are equal.
Public operatorStatic memberInequality
Tests whether the two nodes are different (not equal).
Top
See Also