EnumHelper
Provides static methods for manipulating instances of Enum.
public EnumHelper()
Gets a dictionary of key value pairs representing enumeration values and their descriptions.
Gets a SQL CASE statement for the provided column name of the enum of type T.
Gets the value of the description attribute, if it exists on the provided Enum, otherwise it returns the ToString of the enum.