Class GraphSONVersion
public class GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper>
- Inheritance
-
GraphSONVersion
- Implements
- Inherited Members
Properties
V1_0
public static GraphSONVersion V1_0 { get; }
Property Value
V2_0
public static GraphSONVersion V2_0 { get; }
Property Value
V3_0
public static GraphSONVersion V3_0 { get; }
Property Value
Methods
GetByValue(string)
Gets the GraphSONVersion enumeration by value.
public static GraphSONVersion GetByValue(string value)
Parameters
value
string