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

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

Méthodes publiques

Méthode Description
GetValue ( object instance ) : object

Gets the value.

Method Details

GetValue() public abstract méthode

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