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 | |
---|---|---|
Equals | Indicates whether the current object is equal to another object of the same type. (Inherited from IEquatableIElement.) | |
GetProperties |
Gets all properties of an element.
| |
GetProperty |
Gets a property by name.
|