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

UnaryPredicateBase

This is the base class for those predicates having one Predicate as operand.

Examples are: Not.

Inheritance Hierarchy
Object
VisitableBase
 AlgebraicExpression
  Predicate
   UnaryPredicateBase
    Not

Assembly: Epic.Query

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



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