dcpddd  1.0.4
Public Member Functions | Properties | List of all members
dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T > Class Template Reference
Inheritance diagram for dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T >:
dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T > dcp.DDD.DomainModel.SuperTypes.ISpecification< T > dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >

Public Member Functions

 NegatedSpecification (ISpecification< T > inner)
 
new bool IsSatisfiedBy (T obj)
 Check if entity is satisfied by specification More...
 
- Public Member Functions inherited from dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >
bool IsSatisfiedBy (T obj)
 Check if entity is satisfied by specification More...
 

Properties

ISpecification< T > Inner [get]
 
override Expression< Func< T, bool > > SpecExpression [get]
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >
abstract Expression< Func< T, bool > > SpecExpression [get]
 
Expression< Func< T, bool > > Predicate [get]
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.ISpecification< T >
Expression< Func< T, bool > > SpecExpression [get]
 Predicate that should be satisfied by the entity More...
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >
Expression< Func< T, bool > > Predicate [get]
 Predicate that should be satisfied More...
 

Constructor & Destructor Documentation

Member Function Documentation

new bool dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T >.IsSatisfiedBy ( obj)

Check if entity is satisfied by specification

Parameters
objEntity
Returns
Is satisfied

Implements dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.

Property Documentation

override Expression<Func<T, bool> > dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T >.SpecExpression
get

The documentation for this class was generated from the following file: