DevForce Help Reference
SortSelector Class Members
Properties  Methods 


The following tables list the members exposed by SortSelector.

Public Constructors
 NameDescription
Public ConstructorSortSelector ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public PropertyDescription The property name, may be a chained Property name as well. i.e. "Customer.City" or "Customer.Orders" (Inherited from IdeaBlade.Linq.MemberSelector)
Public PropertyInstanceType Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.MemberSelector)
Public PropertyIsChainedSelector True if multiple selectors have been chained. (Inherited from IdeaBlade.Linq.MemberSelector)
Public PropertyReturnType Type returned by the selector. (Inherited from IdeaBlade.Linq.MemberSelector)
Public PropertySortDirection Direction is which property values should be sorted.  
Top
Public Methods
 NameDescription
Public MethodBuildMemberExpression For internal use only. (Inherited from IdeaBlade.Linq.MemberSelector)
Public MethodCloneOverridden.  Not supported.  
Public Methodstatic (Shared in Visual Basic)CombineReturns a CompositeSortSelector combining the current sort selector with the specified sort selectors.  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToLambdaExpressionReturn a System.Linq.Expressions.LambdaExpression representing the property access. (Inherited from IdeaBlade.Linq.MemberSelector)
Public MethodToStringReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
Extension Methods
 NameDescription
Public Extension MethodChainOverloaded. Allows a MemberSelector to be chained.
Public Extension MethodDot<T> Provides for construction of "." notation in a dynamic query.
Public Extension MethodThenByOverloaded. Returns a CompositeSortSelector with a "ThenBy" class added to the current selector.
Top
See Also

Reference

SortSelector Class
IdeaBlade.Linq Namespace

Send Feedback