Click or drag to resize

IVertex Interface

Represents a Vertex in DSE Graph.

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

The IVertex type exposes the following members.

Properties
  NameDescription
Public propertyId
Gets the identifier as an instance of IGraphNode.
(Inherited from IElement.)
Public propertyLabel
Gets the label of the element.
(Inherited from IElement.)
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 the properties of this element.
Public methodGetProperties(String)
Gets the properties of this element that has the given name or an empty iterator if not found.
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).

Top
See Also