Class GraphSONVersion
Inheritance
GraphSONVersion
Assembly: Gremlin.Net.dll
Syntax
public class GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper>
Properties
V1_0
Declaration
public static GraphSONVersion V1_0 { get; }
Property Value
V2_0
Declaration
public static GraphSONVersion V2_0 { get; }
Property Value
V3_0
Declaration
public static GraphSONVersion V3_0 { get; }
Property Value
Methods
GetByValue(string)
Gets the GraphSONVersion enumeration by value.
Declaration
public static GraphSONVersion GetByValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements