Link Class

Comuna.NET

Link Class

Represents a link structure used to save a Connection to a D3 json file.
Inheritance Hierarchy
SystemObject  Comuna.D3Link

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

The Link type exposes the following members.

Constructors
  NameDescription
Public methodLink
Initializes a new instance of the Link class
Top
Properties
  NameDescription
Public propertySource
Gets or sets the ID of the source node of this link.
Public propertyTarget
Gets or sets the ID of the target node of this link.
Public propertyValue
Gets or sets the value / weight associated with this link.
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