DevForce Help Reference
CompositePredicateDescription Class Methods


For a list of all members of this type, see CompositePredicateDescription members.

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 for the predicate.  
Public MethodToString (Inherited from object)
Top
Protected Methods
 NameDescription
Protected MethodFinalize (Inherited from object)
Protected MethodMemberwiseClone (Inherited from object)
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

CompositePredicateDescription Class
IdeaBlade.Linq Namespace

Send Feedback