Show / Hide Table of Contents

Class DynamicEdge

Abstract representation of an edge with a dynamic payload.

Inheritance
System.Object
DynamicEdge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class DynamicEdge

Properties

Data

Returns the edge data.

Declaration
public uint[] Data { get; set; }
Property Value
System.UInt32[]

DynamicData

Returns the edge dynamic-data.

Declaration
public uint[] DynamicData { get; set; }
Property Value
System.UInt32[]

Id

Returns the id.

Declaration
public uint Id { get; set; }
Property Value
System.UInt32

Neighbour

Returns the current neighbour.

Declaration
public uint Neighbour { get; set; }
Property Value
System.UInt32

Methods

ToString()

Returns a string representing this edge.

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()
Back to top Built by Itinero, MIT licensed.