Click or drag to resize

ElementPropertyConfig Class

Configure how the GraphSON utility treats edge and vertex properties.
Inheritance Hierarchy
SystemObject
  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSONElementPropertyConfig

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public class ElementPropertyConfig

The ElementPropertyConfig type exposes the following members.

Constructors
  NameDescription
Public methodElementPropertyConfig
Initializes a new instance of the ElementPropertyConfig class
Top
Properties
Methods
  NameDescription
Public methodStatic memberExcludeProperties
Construct a configuration that excludes the specified properties from both vertices and edges.
Public methodStatic memberIncludeProperties
Construct a configuration that includes the specified properties from both vertices and edges.
Top
Fields
  NameDescription
Public fieldStatic memberAllProperties
A configuration that includes all properties of vertices and edges.
Top
See Also