The C1PropertyPathHelper type exposes the following members.

Methods

  Name Description
Public method Static member CreateSelector<(Of <<'(X>)>>)(Type, String)
Creates a function that when called execute the path expression over the specified object.
Public method Static member CreateSelector<(Of <<'(T, X>)>>)(String)
Creates a Function to evaluate a given property path on a given object.

Examples

For the property path: MyProperty1.MyProperty2 it will return the following function: i => i.MyProperty1.MyProperty2
Public method Static member GetPropertyPathValue
Gets the value resulting from applying the property path to the item.

See Also