dcpddd
1.0.4
|
Public Member Functions | |
abstract new bool | IsSatisfiedBy (T obj) |
Check if entity is satisfied by specification More... | |
![]() | |
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] |
![]() | |
abstract Expression< Func< T, bool > > | SpecExpression [get] |
Expression< Func< T, bool > > | Predicate [get] |
![]() | |
Expression< Func< T, bool > > | SpecExpression [get] |
Predicate that should be satisfied by the entity More... | |
![]() | |
Expression< Func< T, bool > > | Predicate [get] |
Predicate that should be satisfied More... | |
|
protected |
|
pure virtual |
Check if entity is satisfied by specification
obj | Entity |
Implements dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.
Implemented in dcp.DDD.DomainModel.SuperTypes.OrSpecification< T >, and dcp.DDD.DomainModel.SuperTypes.AndSpecification< T >.
|
get |
|
get |