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


The following tables list the members exposed by MemberSelector.

Public Properties

 NameDescription
Public PropertyDescription The property name, may be a chained Property name as well. i.e. "Customer.City" or "Customer.Orders"  
Public PropertyInstanceType Type of object on which the property is defined.  
Public PropertyIsChainedSelector True if multiple selectors have been chained.  
Public PropertyReturnType Type returned by the selector.  
Top

Public Methods

 NameDescription
Public MethodBuildMemberExpression For internal use only.  
Public MethodClone Not supported.  
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.  
Public MethodToString Returns a string representation for this selector;  
Top

Protected Methods

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

See Also

© 2013 All Rights Reserved.