C# Class Castle.MonoRail.Framework.Helpers.FormHelper.EnumValueGetter

Implementation of ValueGetter to access enum fields
Inheritance: ValueGetter
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
EnumValueGetter ( Type enumType ) : System

Initializes a new instance of the EnumValueGetter class.

GetValue ( object instance ) : object

Gets the value.

Method Details

EnumValueGetter() public méthode

Initializes a new instance of the EnumValueGetter class.
public EnumValueGetter ( Type enumType ) : System
enumType System.Type Type of the enum.
Résultat System

GetValue() public méthode

Gets the value.
public GetValue ( object instance ) : object
instance object The instance.
Résultat object