dcpddd
1.0.4
|
Public Member Functions | |
AndSpecification (ISpecification< T > left, ISpecification< T > right) | |
override bool | IsSatisfiedBy (T obj) |
Check if entity is satisfied by specification More... | |
![]() | |
bool | IsSatisfiedBy (T obj) |
Check if entity is satisfied by specification More... | |
Properties | |
override Expression< Func< T, bool > > | SpecExpression [get] |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
CompositeSpecificationBase (ISpecification< T > left, ISpecification< T > right) | |
dcp.DDD.DomainModel.SuperTypes.AndSpecification< T >.AndSpecification | ( | ISpecification< T > | left, |
ISpecification< T > | right | ||
) |
|
virtual |
Check if entity is satisfied by specification
obj | Entity |
Implements dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T >.
|
get |