Table of Contents

Class GraphSONVersion

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll
public class GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper>
Inheritance
GraphSONVersion
Implements
Inherited Members

Properties

V1_0

public static GraphSONVersion V1_0 { get; }

Property Value

GraphSONVersion

V2_0

public static GraphSONVersion V2_0 { get; }

Property Value

GraphSONVersion

V3_0

public static GraphSONVersion V3_0 { get; }

Property Value

GraphSONVersion

Methods

GetByValue(string)

Gets the GraphSONVersion enumeration by value.

public static GraphSONVersion GetByValue(string value)

Parameters

value string

Returns

GraphSONVersion