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


The following tables list the members exposed by CompositePropertySelector.

Public Properties

 NameDescription
Public PropertyInstanceType Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyIsChainedSelector  
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)
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
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 (Inherited from object)
Top

Protected Methods

 NameDescription
Protected MethodAdd<T> Returns a new PropertySortSelector with the additional sort criteria to this propertySortSelector added.  
Protected MethodClone  
Protected Methodstatic (Shared in Visual Basic)Combine<T> Combines a collection of PropertySortSelectors.  
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.