Element Class |
Namespace: Dse.Graph
public abstract class Element : IElement, IEquatable<IElement>
The Element type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ObjectEquals(Object).) |
![]() | Equals(IElement) | |
![]() | GetHashCode | (Overrides ObjectGetHashCode.) |
![]() | GetProperties |
Gets all properties of an element.
|
![]() | GetProperty |
Gets a property by name.
|
![]() | 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
|
![]() | Label |
Gets the label of the element
|
![]() | Properties |
Gets the properties
|