Table of Contents

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

Dictionary<Guid, Row>

_Structure

[Key(0)]
public Entitree _Structure { get; }

Property Value

Entitree

Methods

Petrify(IEntity)

public static InertGraph Petrify(IEntity entity)

Parameters

entity IEntity

Returns

InertGraph

Reify<T>(IEntityContext)

public T Reify<T>(IEntityContext context) where T : IEntity

Parameters

context IEntityContext

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.