[]
Provides helper methods to work with Expression and property paths.
public static class C1PropertyPathHelper
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.
|
GetPropertyPathValue(object, string) | Gets the value resulting from applying the property path to the item. |