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


The following tables list the members exposed by PredicateDescription.

Public Constructors

 NameDescription
Public ConstructorPredicateDescription ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyFilterOperator The filter operator.  
Public PropertyIgnoreCase Whether string comparisions are case sensitive.  
Public PropertyIgnoreCaseOptionWhen IgnoreCase is true, sets whether the case insensitive string comparison forces each operand to lower or upper case.  
Public PropertyInstanceType Type of object on which the predicate is defined.  
Public PropertyMemberSelector Represents the member references by the predicate.  
Public PropertyValue The filter value.  
Top

Public Methods

 NameDescription
Public MethodCreateUnboundCopy Returns a clone of this predicate description with a null instance type - used by ToPredicate{T}  
Public MethodEquals (Inherited from object)
Public MethodGetHashCode (Inherited from object)
Public MethodGetType (Inherited from object)
Public MethodToLambdaExpressionReturns a System.Linq.Expressions.LambdaExpression representing this predicate.  
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.