C# Класс OpenSlx.Lib.Utility.ReflectionHelper.SimplePropertyPath

Наследование: IPropertyPath
Показать файл Открыть проект

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

Метод Описание
FollowPropertyPath ( object source, object &instance, PropertyInfo &propInfo ) : void
SimplePropertyPath ( Type type, String propName ) : System

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

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

public FollowPropertyPath ( object source, object &instance, PropertyInfo &propInfo ) : void
source object
instance object
propInfo System.Reflection.PropertyInfo
Результат void

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

public SimplePropertyPath ( Type type, String propName ) : System
type Type
propName String
Результат System