C# Class NContext.Extensions.EnumExtensions

Defines a static class for providing enum type extension methods.
Show file Open project: PowerDMS/NContext

Public Methods

Method Description
ToDescriptionValue ( this value ) : String

Gets the DescriptionAttribute value based upon the enum value specified.

Method Details

ToDescriptionValue() public static method

Gets the DescriptionAttribute value based upon the enum value specified.
public static ToDescriptionValue ( this value ) : String
value this The value.
return String