Class EdgeLabelVerificationStrategy
Provides a way to prevent traversals that sub-optimally fail to include edge label specification .
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.Verification
Assembly: cs.temp.dll.dll
Syntax
public class EdgeLabelVerificationStrategy : AbstractTraversalStrategy, ITraversalStrategy, IEquatable<AbstractTraversalStrategy>
Constructors
EdgeLabelVerificationStrategy()
Initializes a new instance of the EdgeLabelVerificationStrategy class.
Declaration
public EdgeLabelVerificationStrategy()
EdgeLabelVerificationStrategy(Boolean, Boolean)
Initializes a new instance of the EdgeLabelVerificationStrategy class.
Declaration
public EdgeLabelVerificationStrategy(bool logWarning = false, bool throwException = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | logWarning | Constrains vertices for the ITraversal. |
System.Boolean | throwException | Constrains edges for the ITraversal. |
Implements
System.IEquatable<T>