The following tables list the members exposed by SortSelector.
Name | Description | |
---|---|---|
![]() | SortSelector Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Description | The property name, may be a chained Property name as well. i.e. "Customer.City" or "Customer.Orders" (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | InstanceType | Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | IsChainedSelector | True if multiple selectors have been chained. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | ReturnType | Type returned by the selector. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | SortDirection | Direction is which property values should be sorted. |
Name | Description | |
---|---|---|
![]() | BuildMemberExpression | For internal use only. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | Clone | Overridden. Returns a clone of the current instance. |
![]() ![]() | Combine | Returns a CompositeSortSelector combining the current sort selector with the specified sort selectors. |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToLambdaExpression | Return a System.Linq.Expressions.LambdaExpression representing the property access. (Inherited from IdeaBlade.Linq.MemberSelector) |
![]() | ToString | Returns a text representation of the selector. |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |