C# 클래스 Castle.MonoRail.Framework.Helpers.FormHelper.EnumValueGetter

Implementation of ValueGetter to access enum fields
상속: ValueGetter
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
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