IdeaBlade DevForce 2010 Help Reference
PropertySortSelector Class Members
See Also  Properties  Methods  Send Feedback
IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : PropertySortSelector Class


The following tables list the members exposed by PropertySortSelector.

Public Constructors

 NameDescription
Public ConstructorPropertySortSelector ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyInstanceType Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyIsChainedSelector (Inherited from IdeaBlade.Linq.CompositePropertySelector)
Public PropertyIsNestedSelector True if multiple members are represented by the selector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyMembers Returns a list of MemberInfo objects for members of the selector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyProperties Returns a list of PropertyInfo objects representing properties of the selector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyPropertyName The property name, may be a nested Property name as well. i.e. "Customer.City" or "Customer.Orders" (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyPropertyTypeThe PropertySelector.ReturnType. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyReturnType Type returned by the selector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertySortDirection Direction is which property values should be sorted.  
Top

Public Methods

 NameDescription
Public Methodstatic (Shared in Visual Basic)Combine Combines a collection of PropertySortSelectors.  
Public MethodEquals (Inherited from object)
Public MethodGetChainedSelectors  
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodThenByOverloaded.  Returns a new PropertySortSelector with the additional sort criteria to this propertySortSelector added.  
Public MethodToLambdaExpressionOverloaded. Return a System.Linq.Expressions.LambdaExpression representing the property selector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public MethodToSortSelectorReturns a PropertySortSelector from a PropertySelector. (Inherited from IdeaBlade.Linq.PropertySelector)
Public MethodToString Returns a text representation of the selector.  
Top

Protected Methods

 NameDescription
Protected MethodAdd<T> Returns a new PropertySortSelector with the additional sort criteria to this propertySortSelector added. (Inherited from IdeaBlade.Linq.CompositePropertySelector)
Protected MethodCloneOverridden.   
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.