Class Direction
Assembly: Gremlin.Net.dll
Syntax
public class Direction : EnumWrapper, IEquatable<EnumWrapper>
Properties
Both
Declaration
public static Direction Both { get; }
Property Value
From
Declaration
public static Direction From { get; }
Property Value
In
Declaration
public static Direction In { get; }
Property Value
Out
Declaration
public static Direction Out { get; }
Property Value
To
Declaration
public static Direction To { get; }
Property Value
Methods
GetByValue(string)
Gets the Direction enumeration by value.
Declaration
public static Direction GetByValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements