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: 1.0.0.0
Syntax
C#
public class Edge : Element

The Edge type exposes the following members.

Constructors
  NameDescription
Public methodEdge
Creates a new instance of Edge.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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
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
See Also