Table of Contents

Class Direction

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll
public class Direction : EnumWrapper, IEquatable<EnumWrapper>
Inheritance
Direction
Implements
Inherited Members

Properties

Both

public static Direction Both { get; }

Property Value

Direction

From

public static Direction From { get; }

Property Value

Direction

In

public static Direction In { get; }

Property Value

Direction

Out

public static Direction Out { get; }

Property Value

Direction

To

public static Direction To { get; }

Property Value

Direction

Methods

GetByValue(string)

Gets the Direction enumeration by value.

public static Direction GetByValue(string value)

Parameters

value string

Returns

Direction