Class Scope
Implements
Inherited Members
Namespace: Gremlin.Net.Process.Traversal
Assembly: Gremlin.Net.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 |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
Scope |