Class T
public class T : EnumWrapper, IEquatable<EnumWrapper>, IFunction
- Inheritance
-
T
- Implements
- Inherited Members
Properties
Id
public static T Id { get; }
Property Value
Key
public static T Key { get; }
Property Value
Label
public static T Label { get; }
Property Value
Value
public static T Value { get; }
Property Value
Methods
GetByValue(string)
Gets the T enumeration by value.
public static T GetByValue(string value)
Parameters
value
string