Table of Contents

Class Scope

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

Properties

Global

public static Scope Global { get; }

Property Value

Scope

Local

public static Scope Local { get; }

Property Value

Scope

Methods

GetByValue(string)

Gets the Scope enumeration by value.

public static Scope GetByValue(string value)

Parameters

value string

Returns

Scope