C1.WPF Namespace > C1PropertyPathHelper Class : CreateSelector Method |
Overload | Description |
---|---|
CreateSelector<T,X>(String) | 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 |
CreateSelector<X>(Type,String) | Creates a function that when called execute the path expression over the specified object. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2