Click or drag to resize

ElementPropertyConfigIncludeProperties Method

Construct a configuration that includes the specified properties from both vertices and edges.

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

Parameters

vertexPropertyKeys
Type: System.Collections.GenericIEnumerableString

[Missing <param name="vertexPropertyKeys"/> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig.IncludeProperties(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.ElementPropertyConfig.IncludeProperties(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

Return Value

Type: ElementPropertyConfig

[Missing <returns> documentation for "M:VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON.ElementPropertyConfig.IncludeProperties(System.Collections.Generic.IEnumerable{System.String},System.Collections.Generic.IEnumerable{System.String})"]

See Also