C# Класс Castle.MonoRail.Framework.Helpers.FormHelper.ReflectionValueGetter

Implementation of ValueGetter that uses reflection to access values
Наследование: ValueGetter
Показать файл Открыть проект

Открытые методы

Метод Описание
GetValue ( object instance ) : object

Gets the value.

ReflectionValueGetter ( PropertyInfo propInfo ) : System

Initializes a new instance of the ReflectionValueGetter class.

Описание методов

GetValue() публичный Метод

Gets the value.
public GetValue ( object instance ) : object
instance object The instance.
Результат object

ReflectionValueGetter() публичный Метод

Initializes a new instance of the ReflectionValueGetter class.
public ReflectionValueGetter ( PropertyInfo propInfo ) : System
propInfo System.Reflection.PropertyInfo The prop info.
Результат System