Vertex Class |
Namespace: Dse.Graph
public class Vertex : Element, IVertex, IElement, IEquatable<IElement>
The Vertex type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Element.) | |
Equals(IElement) | (Inherited from Element.) | |
GetHashCode | (Inherited from Element.) | |
GetProperties |
Gets the properties of this element.
| |
GetProperties(String) |
Gets the properties of this element that has the given name.
| |
GetProperty |
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). | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Id |
Gets the identifier
(Inherited from Element.) | |
Label |
Gets the label of the element
(Inherited from Element.) | |
Properties |
Gets the properties
(Inherited from Element.) |