Class OptionsStrategy
OptionsStrategy makes no changes to the traversal itself - it just carries configuration information at the traversal level.
Inherited Members
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.Strategy.Decoration
Assembly: cs.temp.dll.dll
Syntax
public class OptionsStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
OptionsStrategy()
Initializes a new instance of the OptionsStrategy class.
Declaration
public OptionsStrategy()
OptionsStrategy(IDictionary<String, Object>)
Initializes a new instance of the OptionsStrategy class.
Declaration
public OptionsStrategy(IDictionary<string, object> options)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.Object> | options | Specifies the options for the traversal. |
Implements
System.IEquatable<T>