Click or drag to resize
Element Class
Base class for vertices and edges
Inheritance Hierarchy
SystemObject
  Dse.GraphElement
    Dse.GraphEdge
    Dse.GraphVertex

Namespace: Dse.Graph
Assembly: Dse (in Dse.dll) Version: 1.0.0
Syntax
C#
public abstract class Element

The Element type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(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
Public propertyLabel
Gets the label of the element
Public propertyProperties
Gets the properties
Top
See Also