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

Public Member Functions

 AndSpecification (ISpecification< T > left, ISpecification< T > right)
 
override 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

override Expression< Func< T, bool > > SpecExpression [get]
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T >
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...
 

Additional Inherited Members

- Protected Member Functions inherited from dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T >
 CompositeSpecificationBase (ISpecification< T > left, ISpecification< T > right)
 

Constructor & Destructor Documentation

Member Function Documentation

override bool dcp.DDD.DomainModel.SuperTypes.AndSpecification< T >.IsSatisfiedBy ( obj)
virtual

Check if entity is satisfied by specification

Parameters
objEntity
Returns
Is satisfied

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

Property Documentation

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

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