IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : SortSelector Class |
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. Not supported. | |
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 string that represents the current object. |
Name | Description | |
---|---|---|
Finalize | (Inherited from object) | |
MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
Chain | Overloaded. Allows a MemberSelector to be chained. | |
Dot<T> | Provides for construction of "." notation in a dynamic query. | |
ThenBy | Overloaded. Returns a CompositeSortSelector with a "ThenBy" class added to the current selector. |