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


The following tables list the members exposed by ProjectionSelector.

Public Constructors

 NameDescription
Public ConstructorProjectionSelector ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyAlias Name that this ProjectionSelector will be projected into.  
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 PropertyProjectionType Type projected into.  
Public PropertyReturnType Type returned by the selector. (Inherited from IdeaBlade.Linq.MemberSelector)
Top

Public Methods

 NameDescription
Public MethodBuildMemberExpression For internal use only. (Inherited from IdeaBlade.Linq.MemberSelector)
Public MethodCloneOverridden.  Returns a clone of the current selector.  
Public Methodstatic (Shared in Visual Basic)CombineReturns an AnonymousProjectionSelector combining this selector with the specified projection 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 MethodToString Returns a text representation of the selector.  
Public MethodWithAliasReturns a new ProjectionSelector with the specified alias.  
Top

Protected Methods

 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top

See Also

© 2013 All Rights Reserved.