Class EnumWrapper
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
Properties
EnumName
Gets the name of the enum.
public string EnumName { get; }
Property Value
EnumValue
Gets the value of the enum.
public string EnumValue { get; }
Property Value
Methods
Equals(EnumWrapper?)
public bool Equals(EnumWrapper? other)
Parameters
other
EnumWrapper
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()
Returns
ToString()
public override string ToString()