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

Inheritance: IPropertyPath
Afficher le fichier Open project: nicocrm/OpenSlx

Méthodes publiques

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

Method Details

FollowPropertyPath() public méthode

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

SimplePropertyPath() public méthode

public SimplePropertyPath ( Type type, String propName ) : System
type Type
propName String
Résultat System