Interface IGraphEntity
Represents the index and identifier description
for each graph element, the nodes and the edges.
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public interface IGraphEntity : IEqualityComparer<IGraphEntity>
Properties
Attributes
Gets all all data associated to this edge get out by the importer from the provided source
Declaration
IDictionary<string, object> Attributes { get; }
Property Value
Type | Description |
---|---|
IDictionary<System.String, System.Object> |
Index
Gets the unique index number for to identify this entity over multiple beyond the runtime-scope.
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
System.Int32 |