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


The following tables list the members exposed by PropertyProjectionSelector.

Public Constructors

 NameDescription
Public ConstructorPropertyProjectionSelector ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAlias Name that this property will be projected into.  
Public PropertyInstanceType Type of object on which the property is defined. (Inherited from IdeaBlade.Linq.PropertySelector)
Public PropertyIsChainedSelector (Inherited from IdeaBlade.Linq.CompositePropertySelector)
Public PropertyIsDynamicProjection  
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 PropertyProjectionType  
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 MethodAddOverloaded.  Returns a new PropertyProjectionSelector with the additional projected property added.  
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 MethodToLambdaExpressionOverloaded. Return a System.Linq.Expressions.LambdaExpression representing the property selector.  
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 MethodCloneOverridden.   
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.