Click or drag to resize

PartitionIndexableGraph Constructor (IIndexableGraph, String, String, IEnumerableString)

Initializes a new instance of the PartitionIndexableGraph class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public PartitionIndexableGraph(
	IIndexableGraph baseIndexableGraph,
	string writeGraphKey,
	string writeGraph,
	IEnumerable<string> readGraphs
)

Parameters

baseIndexableGraph
Type: VelocityGraph.Frontenac.BlueprintsIIndexableGraph

[Missing <param name="baseIndexableGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]

writeGraphKey
Type: SystemString

[Missing <param name="writeGraphKey"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]

writeGraph
Type: SystemString

[Missing <param name="writeGraph"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]

readGraphs
Type: System.Collections.GenericIEnumerableString

[Missing <param name="readGraphs"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Partition.PartitionIndexableGraph.#ctor(VelocityGraph.Frontenac.Blueprints.IIndexableGraph,System.String,System.String,System.Collections.Generic.IEnumerable{System.String})"]

See Also