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: 2.9.0
Syntax
C#
public abstract class Element : IElement, 
	IEquatable<IElement>

The Element type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier
Public propertyLabel
Gets the label of the element
Public propertyProperties
Gets the properties
Top
Methods
  NameDescription
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(IElement)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
Public methodGetProperties
Gets all properties of an element.
Public methodGetProperty
Gets a property by name.
Top
See Also