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

Implementation of ValueGetter to access DataRow's value
Inheritance: ValueGetter
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
DataRowValueGetter ( string columnName ) : System

Initializes a new instance of the DataRowValueGetter class.

GetValue ( object instance ) : object

Gets the value.

Method Details

DataRowValueGetter() public méthode

Initializes a new instance of the DataRowValueGetter class.
public DataRowValueGetter ( string columnName ) : System
columnName string Name of the column.
Résultat System

GetValue() public méthode

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