Click or drag to resize

GraphSonUtility Constructor (GraphSonMode, IElementFactory, ElementPropertyConfig)

Initializes a new instance of the GraphSonUtility class

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,
	ElementPropertyConfig config
)

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,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig)"]

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,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig)"]

config
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONElementPropertyConfig

[Missing <param name="config"/> 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,VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig)"]

See Also