MapperBuilderGetValueGetterT - метод |
Возвращает значение свойства propertyInfo
для типа T
Пространство имён:
Tessa.Views.Mapping
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис[NotNullAttribute]
public static Func<T, Object> GetValueGetter<T>(
[NotNullAttribute] PropertyInfo propertyInfo
)
<NotNullAttribute>
Public Shared Function GetValueGetter(Of T) (
<NotNullAttribute> propertyInfo As PropertyInfo
) As Func(Of T, Object)
public:
[NotNullAttribute]
generic<typename T>
static Func<T, Object^>^ GetValueGetter(
[NotNullAttribute] PropertyInfo^ propertyInfo
)
[<NotNullAttribute>]
static member GetValueGetter :
[<NotNullAttribute>] propertyInfo : PropertyInfo -> Func<'T, Object>
Параметры
- propertyInfo
- Тип: System.ReflectionPropertyInfo
Описатель свойства объекта с типом T
Параметры типа
- T
-
Тип объекта
Возвращаемое значение
Тип:
FuncT,
Object
Функция возвращающая значение свойства
См. также