C# Класс NContext.Extensions.EnumExtensions

Defines a static class for providing enum type extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
ToDescriptionValue ( this value ) : String

Gets the DescriptionAttribute value based upon the enum value specified.

Описание методов

ToDescriptionValue() публичный статический Метод

Gets the DescriptionAttribute value based upon the enum value specified.
public static ToDescriptionValue ( this value ) : String
value this The value.
Результат String