Table of Contents

Class DumpState

Namespace
The.Entities
Assembly
Instagile.dll

Keeps track of which entities and relationships have already been dumped during a graph traversal or export operation.

public sealed class DumpState
Inheritance
DumpState
Inherited Members

Fields

DumpedEntities

public readonly HashSet<Guid> DumpedEntities

Field Value

HashSet<Guid>

DumpedRelationships

public readonly HashSet<KernelKey> DumpedRelationships

Field Value

HashSet<KernelKey>

DumpingEntities

public readonly HashSet<Guid> DumpingEntities

Field Value

HashSet<Guid>