Search Results for

    Show / Hide Table of Contents

    Class GryoVersion

    Inheritance
    System.Object
    EnumWrapper
    GryoVersion
    Implements
    System.IEquatable<EnumWrapper>
    Inherited Members
    EnumWrapper.EnumName
    EnumWrapper.EnumValue
    EnumWrapper.Equals(EnumWrapper)
    EnumWrapper.Equals(Object)
    EnumWrapper.GetHashCode()
    EnumWrapper.ToString()
    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 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
    System.String value
    Returns
    Type Description
    GryoVersion

    Implements

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