Click or drag to resize

GraphSonUtility Constructor (GraphSonMode, IElementFactory, IEnumerableString, IEnumerableString)

A GraphSONUtility that includes the specified properties.

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public GraphSonUtility(
	GraphSonMode mode,
	IElementFactory factory,
	IEnumerable<string> vertexPropertyKeys,
	IEnumerable<string> edgePropertyKeys
)

Parameters

mode
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONGraphSonMode

[Missing <param name="mode"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

factory
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONIElementFactory

[Missing <param name="factory"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

vertexPropertyKeys
Type: System.Collections.GenericIEnumerableString

[Missing <param name="vertexPropertyKeys"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

edgePropertyKeys
Type: System.Collections.GenericIEnumerableString

[Missing <param name="edgePropertyKeys"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonUtility.#ctor(VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.GraphSonMode,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.IElementFactory,System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also