ComponentOne Basic Library for WPF and Silverlight
CreateSelector Method (C1PropertyPathHelper)


C1.WPF Namespace > C1PropertyPathHelper Class : CreateSelector Method
Creates a Function to evaluate a given property path on a given object. For the property path: MyProperty1.MyProperty2 it will return the following function: i => i.MyProperty1.MyProperty2
Overload List
OverloadDescription
Creates a Function to evaluate a given property path on a given object. For the property path: MyProperty1.MyProperty2 it will return the following function: i => i.MyProperty1.MyProperty2  
Creates a function that when called execute the path expression over the specified object.  
See Also

Reference

C1PropertyPathHelper Class
C1PropertyPathHelper Members