Vertex Class

Definition

Storage container for vertex data. Supports deserialization from GraphSON format.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Graphs.Elements.VertexConverter))]
public sealed class Vertex
Inheritance
Vertex
Attributes
Newtonsoft.Json.JsonConverterAttribute

Properties

Id

Gets or sets the identifier.

Label

Gets or sets the label.

Methods

GetInEdges()

Gets all the incoming edges to the vertex.

GetInEdges(String)

Gets all the incoming edges to the vertex with label label.

GetOutEdges()

Gets all the outgoing edges from the vertex.

GetOutEdges(String)

Gets all the outgoing edges from the vertex with label label.

GetVertexProperties()

Gets all the vertex properties on the vertex.

GetVertexProperties(String)

Gets the vertex properties that correspond to a given property key.

Validate()

Validates this instance.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)