Click or drag to resize

ElementPropertyConfig Constructor

Initializes a new instance of the ElementPropertyConfig class

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public ElementPropertyConfig(
	IEnumerable<string> vertexPropertyKeys,
	IEnumerable<string> edgePropertyKeys,
	ElementPropertyConfigElementPropertiesRule vertexPropertiesRule,
	ElementPropertyConfigElementPropertiesRule edgePropertiesRule
)

Parameters

vertexPropertyKeys
Type: System.Collections.GenericIEnumerableString

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

edgePropertyKeys
Type: System.Collections.GenericIEnumerableString

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

vertexPropertiesRule
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONElementPropertyConfigElementPropertiesRule

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

edgePropertiesRule
Type: VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONElementPropertyConfigElementPropertiesRule

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

See Also