Search Results for

    Show / Hide Table of Contents

    Class Scope

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

    Properties

    Global

    Declaration
    public static Scope Global { get; }
    Property Value
    Type Description
    Scope

    Local

    Declaration
    public static Scope Local { get; }
    Property Value
    Type Description
    Scope

    Methods

    GetByValue(String)

    Gets the Scope enumeration by value.

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

    Implements

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