Class Scope
Implements
System.IEquatable<EnumWrapper>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
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>