DevForce Help Reference
PropertySelector Class Members
Properties  Methods 


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 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 SortSelector from a PropertySelector.  
Public MethodToStringReturns a string that represents the current object.  
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
Top
See Also

Reference

PropertySelector Class
IdeaBlade.Linq Namespace

Send Feedback