Click or drag to resize

KeyIndexableGraphHelpers Class

[Missing <summary> documentation for "T:Frontenac.Blueprints.Util.KeyIndexableGraphHelpers"]

Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.UtilKeyIndexableGraphHelpers

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static class KeyIndexableGraphHelpers

The KeyIndexableGraphHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberReIndexElementsT
For those graphs that do no support automatic reindexing of elements when a key is provided for indexing, this method can be used to simulate that behavior. The elements in the graph are iterated and their properties (for the provided keys) are removed and then added. Be sure that the key indices have been created prior to calling this method so that they can pick up the property mutations calls. Finally, if the graph is a TransactionalGraph, then a 1000 mutation buffer is used for each commit.
Top
See Also