Base class for Predicates.
Inheritance Hierarchy
Assembly: Epic.Query
Declaration Syntax
C# |
[SerializableAttribute] public abstract class Predicate : AlgebraicExpression, IEquatable<Predicate>
Members
All Members | Constructors | Methods | |||
Member | Description | |
---|---|---|
![]() | Predicate()()()() | Initializes a new instance of the Predicate class |
![]() | And(Predicate, Predicate) |
Conjunges logically the specified predicate and other.
(Inherited from PredicateExtension.) |
![]() | Equals(Predicate) |
Determines whether the specified Predicate is equal to the current Predicate.
|
![]() | Equals(Object) |
Determines whether the specified Object is equal to the current Predicate.
(Overrides Object.Equals(Object).) |
![]() | GetHashCode()()()() |
Serves as a hash function for a Predicate object.
(Overrides Object.GetHashCode()()()().) |
![]() | Not(Predicate) |
Negate the specified predicate.
(Inherited from PredicateExtension.) |
![]() | Or(Predicate, Predicate) |
Disjunge logically the specified predicate and other.
(Inherited from PredicateExtension.) |