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

Abstracts the approach to access values on objects.
Exibir arquivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

Method Description
GetValue ( object instance ) : object

Gets the value.

Method Details

GetValue() public abstract method

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