Click or drag to resize

Edge Class

Represents an edge in DSE graph.
Inheritance Hierarchy
SystemObject
  Dse.GraphElement
    Dse.GraphEdge

Namespace:  Dse.Graph
Assembly:  Dse (in Dse.dll) Version: 2.6.0
Syntax
C#
public class Edge : Element, IEdge, IElement, 
	IEquatable<IElement>

The Edge type exposes the following members.

Constructors
  NameDescription
Public methodEdge
Creates a new instance of Edge.
Top
Properties
  NameDescription
Public propertyId
Gets the identifier
(Inherited from Element.)
Public propertyInV
Gets the incoming/head vertex.
Public propertyInVLabel
Gets the label of the incoming/head vertex.
Public propertyLabel
Gets the label of the element
(Inherited from Element.)
Public propertyOutV
Gets the outgoing/tail vertex.
Public propertyOutVLabel
Gets the label of the outgoing/tail vertex.
Public propertyProperties
Gets the properties
(Inherited from Element.)
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Element.)
Public methodEquals(IElement) (Inherited from Element.)
Public methodGetHashCode (Inherited from Element.)
Public methodGetProperties
Gets all properties of an element.
(Inherited from Element.)
Public methodGetProperty
Gets a property by name.
(Inherited from Element.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also