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

Public Member Functions

abstract 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...
 

Protected Member Functions

 CompositeSpecificationBase (ISpecification< T > left, ISpecification< T > right)
 

Properties

ISpecification< T > Left [get]
 
ISpecification< T > Right [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

abstract new bool dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T >.IsSatisfiedBy ( obj)
pure virtual

Check if entity is satisfied by specification

Parameters
objEntity
Returns
Is satisfied

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

Implemented in dcp.DDD.DomainModel.SuperTypes.OrSpecification< T >, and dcp.DDD.DomainModel.SuperTypes.AndSpecification< T >.

Property Documentation


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