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

Implementation of ValueGetter that uses reflection to access values
Inheritance: ValueGetter
Datei anzeigen Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
GetValue ( object instance ) : object

Gets the value.

ReflectionValueGetter ( PropertyInfo propInfo ) : System

Initializes a new instance of the ReflectionValueGetter class.

Method Details

GetValue() public method

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

ReflectionValueGetter() public method

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