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