Class InertGraph
- Namespace
- The.Persistence
- Assembly
- Instagile.dll
[MessagePackObject(false)]
public sealed class InertGraph
- Inheritance
-
InertGraph
- Inherited Members
Properties
_Data
[Key(1)]
public Dictionary<Guid, Row> _Data { get; }
Property Value
_Structure
[Key(0)]
public Entitree _Structure { get; }
Property Value
Methods
Petrify(IEntity)
public static InertGraph Petrify(IEntity entity)
Parameters
entityIEntity
Returns
Reify<T>(IEntityContext)
public T Reify<T>(IEntityContext context) where T : IEntity
Parameters
contextIEntityContext
Returns
- T
Type Parameters
T
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.