Click or drag to resize
Vertex Class
Represents a vertex in DSE graph.
Inheritance Hierarchy
SystemObject
  Dse.GraphElement
    Dse.GraphVertex

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

The Vertex type exposes the following members.

Constructors
  NameDescription
Public methodVertex
Creates a new Vertex instance.
Top
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
(Inherited from Element.)
Public propertyLabel
Gets the label of the element
(Inherited from Element.)
Public propertyProperties
Gets the properties
(Inherited from Element.)
Top
See Also