Class T
Assembly: Gremlin.Net.dll
Syntax
public class T : EnumWrapper, IEquatable<EnumWrapper>, IFunction
Properties
Id
Declaration
public static T Id { get; }
Property Value
Key
Declaration
public static T Key { get; }
Property Value
Label
Declaration
public static T Label { get; }
Property Value
Value
Declaration
public static T Value { get; }
Property Value
Methods
GetByValue(string)
Gets the T enumeration by value.
Declaration
public static T GetByValue(string value)
Parameters
Type |
Name |
Description |
string |
value |
|
Returns
Implements