IVertex Interface |
Namespace: Dse.Graph
public interface IVertex : IElement, IEquatable<IElement>
The IVertex type exposes the following members.
Name | Description | |
---|---|---|
GetProperties |
Gets the properties of this element.
| |
GetProperties(String) |
Gets the properties of this element that has the given name or an empty iterator if not found.
| |
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). |