| IVertexProperty Interface |
Vertex properties are special because they are also elements, and thus have an identifier; they can also contain properties of their own (usually referred to as "meta properties").
Namespace: Dse.Graph
public interface IVertexProperty : IProperty, IEquatable<IProperty>, IElement, IEquatable<IElement>, IEquatable<IVertexProperty>
The IVertexProperty type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(T) | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIElement.) | |
| Equals(T) | (Inherited from IEquatableIProperty.) | |
| Equals(T) | (Inherited from IEquatableIVertexProperty.) | |
| GetProperties |
Gets all properties of an element.
(Inherited from IElement.) | |
| GetProperty |
Gets a property by name.
(Inherited from IElement.) |
| Name | Description | |
|---|---|---|
| Id |
Gets the identifier as an instance of IGraphNode.
(Inherited from IElement.) | |
| Label |
Gets the label of the element.
(Inherited from IElement.) | |
| Name |
Gets the property name.
(Inherited from IProperty.) | |
| Value |
Gets the property value.
(Inherited from IProperty.) |