Click or drag to resize

EnumHelper Class

Collection of utility methods to help with enumerated types.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatEnumHelper

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public static class EnumHelper

The EnumHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCountValuesT
Public methodStatic memberForEachT
Public methodStatic memberGetNameT
Gets the name associated with the value presented in enumValue.
Public methodStatic memberGetNameInvariantT
Public methodStatic memberGetNamesT
Gets the names.
Public methodStatic memberGetValue(Type, Int32)
Public methodStatic memberGetValueT(Int32)
Public methodStatic memberGetValuesT
Gets the values.
Public methodStatic memberParseT
Parses the specified text value and converts it into the specified type of enumeration.
Public methodStatic memberParseBoxedT
Public methodStatic memberTranslateTIn, TOut
Public methodStatic memberXlateTOut
Top
See Also