[]
        
(Showing Draft Content)

C1.WPF.C1PropertyPathHelper

C1PropertyPathHelper Class

Provides helper methods to work with Expression and property paths.

Inheritance
C1PropertyPathHelper
Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public static class C1PropertyPathHelper

Methods

Name Description
CreateSelector<X>(Type, string)

Creates a function that when called execute the path expression over the specified object.

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

GetPropertyPathValue(object, string)

Gets the value resulting from applying the property path to the item.