IdeaBlade.Linq Assembly > IdeaBlade.Linq Namespace : CompositePredicateDescription Class |
The following tables list the members exposed by CompositePredicateDescription.
Name | Description | |
---|---|---|
![]() | InstanceType | The type the predicate acts upon. |
Name | Description | |
---|---|---|
![]() | CreateUnboundCopy | Returns a clone of this predicate description with a null instance type - used by ToPredicate{T} |
![]() | Equals | (Inherited from object) |
![]() | GetHashCode | (Inherited from object) |
![]() | GetType | (Inherited from object) |
![]() | ToLambdaExpression | Returns a System.Linq.Expressions.LambdaExpression for the predicate. |
![]() | ToString | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from object) |
![]() | MemberwiseClone | (Inherited from object) |
Name | Description | |
---|---|---|
![]() | And | Returns CompositePredicateDescription which represents a conditional AND operation of the current PredicateDescription with another. |
![]() | Not | Returns CompositePredicateDescription which represents a logical NOT operation of the current PredicateDescription. |
![]() | Or | Returns CompositePredicateDescription which represents a conditional OR operation of the current PredicateDescription with another. |
![]() | ToPredicate<T> | Returns an Expression{Func{T}} representing the predicate. |