Table of Contents

Class EnumWrapper

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll

Represents an enum.

public abstract class EnumWrapper : IEquatable<EnumWrapper>
Inheritance
EnumWrapper
Implements
Derived
Inherited Members

Constructors

EnumWrapper(string, string)

Initializes a new instance of the EnumWrapper class.

protected EnumWrapper(string enumName, string enumValue)

Parameters

enumName string

The name of the enum.

enumValue string

The value of the enum.

Properties

EnumName

Gets the name of the enum.

public string EnumName { get; }

Property Value

string

EnumValue

Gets the value of the enum.

public string EnumValue { get; }

Property Value

string

Methods

Equals(EnumWrapper?)

public bool Equals(EnumWrapper? other)

Parameters

other EnumWrapper

Returns

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

ToString()

public override string ToString()

Returns

string