Fork me on GitHubEpicdominant domains
APIEpic.Query.Relational.PredicatesBinaryPredicateBase

BinaryPredicateBase

This is the base class for those predicates having two Predicate as operands.

Examples are: And, Or.

Inheritance Hierarchy
Object
VisitableBase
 AlgebraicExpression
  Predicate
   BinaryPredicateBase
    And
    Or
    Xor

Assembly: Epic.Query

Declaration Syntax
C#
[SerializableAttribute]
public abstract class BinaryPredicateBase : Predicate, 
	IEquatable<BinaryPredicateBase>
Members
All MembersConstructorsMethodsProperties  



MemberDescription
BinaryPredicateBase(Predicate, Predicate)
Initializes a new instance of the BinaryPredicateBase class.
Equals(BinaryPredicateBase)
Determines whether the specified BinaryPredicateBase is equal to the current BinaryPredicateBase.
Equals(Predicate)
Determines whether the specified Predicate is equal to the current BinaryPredicateBase.
(Overrides Predicate.Equals(Predicate).)
GetHashCode()()()()
Serves as a hash function for a BinaryPredicateBase object.
(Overrides Predicate.GetHashCode()()()().)
Left
Gets the left operand of the predicate.
Right
Gets the right operand of the predicate.
blog comments powered by Disqus