Class GraphSONVersion
Implements
System.IEquatable<EnumWrapper>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Gremlin.Net.Process.Traversal
Assembly: cs.temp.dll.dll
Syntax
public class GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper>
Properties
V1_0
Declaration
public static GraphSONVersion V1_0 { get; }
Property Value
Type | Description |
---|---|
GraphSONVersion |
V2_0
Declaration
public static GraphSONVersion V2_0 { get; }
Property Value
Type | Description |
---|---|
GraphSONVersion |
V3_0
Declaration
public static GraphSONVersion V3_0 { get; }
Property Value
Type | Description |
---|---|
GraphSONVersion |
Methods
GetByValue(String)
Gets the GraphSONVersion enumeration by value.
Declaration
public static GraphSONVersion GetByValue(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
GraphSONVersion |
Implements
System.IEquatable<T>