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

Implementation of ValueGetter that uses reflection to access values
상속: ValueGetter
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
GetValue ( object instance ) : object

Gets the value.

ReflectionValueGetter ( PropertyInfo propInfo ) : System

Initializes a new instance of the ReflectionValueGetter class.

메소드 상세

GetValue() 공개 메소드

Gets the value.
public GetValue ( object instance ) : object
instance object The instance.
리턴 object

ReflectionValueGetter() 공개 메소드

Initializes a new instance of the ReflectionValueGetter class.
public ReflectionValueGetter ( PropertyInfo propInfo ) : System
propInfo System.Reflection.PropertyInfo The prop info.
리턴 System