Table of Contents

Class Operator

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

Properties

AddAll

public static Operator AddAll { get; }

Property Value

Operator

And

public static Operator And { get; }

Property Value

Operator

Assign

public static Operator Assign { get; }

Property Value

Operator

Div

public static Operator Div { get; }

Property Value

Operator

Max

public static Operator Max { get; }

Property Value

Operator

Min

public static Operator Min { get; }

Property Value

Operator

Minus

public static Operator Minus { get; }

Property Value

Operator

Mult

public static Operator Mult { get; }

Property Value

Operator

Or

public static Operator Or { get; }

Property Value

Operator

Sum

public static Operator Sum { get; }

Property Value

Operator

SumLong

public static Operator SumLong { get; }

Property Value

Operator

Methods

GetByValue(string)

Gets the Operator enumeration by value.

public static Operator GetByValue(string value)

Parameters

value string

Returns

Operator