Click or drag to resize

IEdge Interface

Represents an edge in DSE graph.

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

The IEdge type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier as an instance of IGraphNode.
(Inherited from IElement.)
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 IElement.)
Public propertyOutV
Gets the outgoing/tail vertex.
Public propertyOutVLabel
Gets the label of the outgoing/tail vertex.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
(Inherited from IEquatableIElement.)
Public methodGetProperties
Gets all properties of an element.
(Inherited from IElement.)
Public methodGetProperty
Gets a property by name.
(Inherited from IElement.)
Top
See Also