C# Class OpenSlx.Lib.Utility.ReflectionHelper.SimplePropertyPath

Inheritance: IPropertyPath
Mostrar archivo Open project: nicocrm/OpenSlx

Public Methods

Method Description
FollowPropertyPath ( object source, object &instance, PropertyInfo &propInfo ) : void
SimplePropertyPath ( Type type, String propName ) : System

Method Details

FollowPropertyPath() public method

public FollowPropertyPath ( object source, object &instance, PropertyInfo &propInfo ) : void
source object
instance object
propInfo System.Reflection.PropertyInfo
return void

SimplePropertyPath() public method

public SimplePropertyPath ( Type type, String propName ) : System
type Type
propName String
return System