Show / Hide Table of Contents

Class MetaEdge

Abstract representation of an edge.

Inheritance
System.Object
MetaEdge
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 MetaEdge

Constructors

MetaEdge()

Creates a new empty meta-edge.

Declaration
public MetaEdge()

Properties

Data

Returns the edge data.

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

Id

Returns the id.

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

MetaData

Returns the edge meta-data.

Declaration
public uint[] MetaData { 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.