C# Класс Castle.MonoRail.Framework.Helpers.FormHelper.EnumValueGetter

Implementation of ValueGetter to access enum fields
Наследование: ValueGetter
Показать файл Открыть проект

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

Метод Описание
EnumValueGetter ( Type enumType ) : System

Initializes a new instance of the EnumValueGetter class.

GetValue ( object instance ) : object

Gets the value.

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

EnumValueGetter() публичный Метод

Initializes a new instance of the EnumValueGetter class.
public EnumValueGetter ( Type enumType ) : System
enumType System.Type Type of the enum.
Результат System

GetValue() публичный Метод

Gets the value.
public GetValue ( object instance ) : object
instance object The instance.
Результат object