The following tables list the members exposed by PropertySelector.
Name | Description | |
---|---|---|
![]() | PropertySelector Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | InstanceType | Type of object on which the property is defined. |
![]() | IsNestedSelector | True if multiple members are represented by the selector. |
![]() | Members | Returns a list of MemberInfo objects for members of the selector. |
![]() | Properties | Returns a list of PropertyInfo objects representing properties of the selector. |
![]() | PropertyName | The property name, may be a nested Property name as well. i.e. "Customer.City" or "Customer.Orders" |
![]() | PropertyType | The PropertySelector.ReturnType. |
![]() | ReturnType | Type returned by the selector. |
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToLambdaExpression | Overloaded. Return a System.Linq.Expressions.LambdaExpression representing the property selector. |
![]() | ToSortSelector | Returns a PropertySortSelector from a PropertySelector. |
![]() | ToString | Returns a string representation of the LambdaExpression for the predicate. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |