Search Results for

    Show / Hide Table of Contents

    Class GraphSONVersion

    Inheritance
    System.Object
    EnumWrapper
    GraphSONVersion
    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 GraphSONVersion : EnumWrapper, IEquatable<EnumWrapper>

    Properties

    V1_0

    Declaration
    public static GraphSONVersion V1_0 { get; }
    Property Value
    Type Description
    GraphSONVersion

    V2_0

    Declaration
    public static GraphSONVersion V2_0 { get; }
    Property Value
    Type Description
    GraphSONVersion

    V3_0

    Declaration
    public static GraphSONVersion V3_0 { get; }
    Property Value
    Type Description
    GraphSONVersion

    Methods

    GetByValue(String)

    Gets the GraphSONVersion enumeration by value.

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

    Implements

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