DevForce Help Reference
IPredicateDescription Interface Members
Properties  Methods 

The following tables list the members exposed by IPredicateDescription.

Public Properties
 NameDescription
 PropertyInstanceType The type the predicate acts upon.  
Top
Public Methods
 NameDescription
 MethodCreateUnboundCopy Returns a clone of this predicate description with a null instance type - used by ToPredicate{T}  
 MethodToLambdaExpressionReturns a System.Linq.Expressions.LambdaExpression representing the predicate.  
Top
Extension Methods
 NameDescription
Public Extension MethodAndReturns CompositePredicateDescription which represents a conditional AND operation of the current PredicateDescription with another.
Public Extension MethodNotReturns CompositePredicateDescription which represents a logical NOT operation of the current PredicateDescription.
Public Extension MethodOrReturns CompositePredicateDescription which represents a conditional OR operation of the current PredicateDescription with another.
Public Extension MethodToPredicate<T> Returns an Expression{Func{T}} representing the predicate.
Top
See Also

Reference

IPredicateDescription Interface
IdeaBlade.Core Namespace

Send Feedback