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

Implementation of ValueGetter to access DataRow's value
상속: ValueGetter
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
DataRowValueGetter ( string columnName ) : System

Initializes a new instance of the DataRowValueGetter class.

GetValue ( object instance ) : object

Gets the value.

메소드 상세

DataRowValueGetter() 공개 메소드

Initializes a new instance of the DataRowValueGetter class.
public DataRowValueGetter ( string columnName ) : System
columnName string Name of the column.
리턴 System

GetValue() 공개 메소드

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