C# Class NContext.Extensions.EnumExtensions

Defines a static class for providing enum type extension methods.
Afficher le fichier Open project: PowerDMS/NContext

Méthodes publiques

Méthode Description
ToDescriptionValue ( this value ) : String

Gets the DescriptionAttribute value based upon the enum value specified.

Method Details

ToDescriptionValue() public static méthode

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