For Babelfish Release 1.11.1.3

EnumHelper Class

Helper class to define methods to return an enum's Description value, as well as parse an enum by it's Description.

Definition

Namespace: Scopos.BabelFish.Helpers
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public static class EnumHelper
Inheritance
Object    EnumHelper

Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
GetAttributeOfTypeT Gets an attribute on an enum field value
GetHashValueTEnum Generates a 32 bit hash code for a list of enums.
ParseEnumByDescriptionT 

See Also