IElement Interface | 
Namespace: Dse.Graph
public interface IElement : IEquatable<IElement>
The IElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Id | 
            Gets the identifier as an instance of IGraphNode.
              | |
| Label | 
            Gets the label of the element.
              | 
| Name | Description | |
|---|---|---|
| GetProperties | 
            Gets all properties of an element.
              | |
| GetProperty | 
            Gets a property by name.
              |