Show / Hide Table of Contents

    Class Direction

    Inheritance
    System.Object
    EnumWrapper
    Direction
    Implements
    System.IEquatable<EnumWrapper>
    Inherited Members
    EnumWrapper.EnumName
    EnumWrapper.EnumValue
    EnumWrapper.Equals(EnumWrapper)
    EnumWrapper.Equals(Object)
    EnumWrapper.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: cs.temp.dll.dll
    Syntax
    public class Direction : EnumWrapper, IEquatable<EnumWrapper>

    Properties

    Both

    Declaration
    public static Direction Both { get; }
    Property Value
    Type Description
    Direction

    In

    Declaration
    public static Direction In { get; }
    Property Value
    Type Description
    Direction

    Out

    Declaration
    public static Direction Out { get; }
    Property Value
    Type Description
    Direction

    Methods

    GetByValue(String)

    Gets the Direction enumeration by value.

    Declaration
    public static Direction GetByValue(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    Direction

    Implements

    System.IEquatable<T>
    Back to top Copyright © 2018 The Apache Software Foundation