The following tables list the members exposed by PropertySortSelector.
Name | Description | |
---|---|---|
![]() | PropertySortSelector Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | InstanceType | Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | IsChainedSelector | (Inherited from IdeaBlade.Linq.CompositePropertySelector) |
![]() | IsNestedSelector | True if multiple members are represented by the selector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | Members | Returns a list of MemberInfo objects for members of the selector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | Properties | Returns a list of PropertyInfo objects representing properties of the selector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | PropertyName | The property name, may be a nested Property name as well. i.e. "Customer.City" or "Customer.Orders" (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | PropertyType | The PropertySelector.ReturnType. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | ReturnType | Type returned by the selector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | SortDirection | Direction is which property values should be sorted. |
Name | Description | |
---|---|---|
![]() ![]() | Combine | Combines a collection of PropertySortSelectors. |
![]() | Equals | (Inherited from object) |
![]() | GetChainedSelectors | |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ThenBy | Overloaded. Returns a new PropertySortSelector with the additional sort criteria to this propertySortSelector added. |
![]() | ToLambdaExpression | Overloaded. Return a System.Linq.Expressions.LambdaExpression representing the property selector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | ToSortSelector | Returns a PropertySortSelector from a PropertySelector. (Inherited from IdeaBlade.Linq.PropertySelector) |
![]() | ToString | Returns a text representation of the selector. |
Name | Description | |
---|---|---|
![]() | Add<T> | Returns a new PropertySortSelector with the additional sort criteria to this propertySortSelector added. (Inherited from IdeaBlade.Linq.CompositePropertySelector) |
![]() | Clone | Overridden. |
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |