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


The following tables list the members exposed by PropertySelector.

Public Constructors

 NameDescription
Public ConstructorPropertySelector ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyInstanceType Type of object on which the property is defined.  
Public PropertyIsNestedSelector True if multiple members are represented by the selector.  
Public PropertyMembers Returns a list of MemberInfo objects for members of the selector.  
Public PropertyProperties Returns a list of PropertyInfo objects representing properties of the selector.  
Public PropertyPropertyName The property name, may be a nested Property name as well. i.e. "Customer.City" or "Customer.Orders"  
Public PropertyPropertyTypeThe PropertySelector.ReturnType.  
Public PropertyReturnType Type returned by the selector.  
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.  
Public MethodToSortSelectorReturns a PropertySortSelector from a PropertySelector.  
Public MethodToString Returns a string representation of the LambdaExpression for the predicate.  
Top

Protected Methods

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

See Also

© 2013 All Rights Reserved.