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: 2.6.0
Syntax
C#
public class Vertex : Element, IVertex, 
	IElement, IEquatable<IElement>

The Vertex type exposes the following members.

Constructors
  NameDescription
Public methodVertex
Creates a new Vertex instance.
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
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Element.)
Public methodEquals(IElement) (Inherited from Element.)
Public methodGetHashCode (Inherited from Element.)
Public methodGetProperties
Gets the properties of this element.
Public methodGetProperties(String)
Gets the properties of this element that has the given name.
Public methodGetProperty
Gets the first property of this element that has the given name, or null if the property does not exist.

If more than one property of this element has the given name, it will return one of them (unspecified order).

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
See Also