dcpddd
1.0.4
|
Base type for implementing custom specification More...
Public Member Functions | |
bool | IsSatisfiedBy (T obj) |
Check if entity is satisfied by specification More... | |
Properties | |
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... | |
Base type for implementing custom specification
T |
T | : | class |
bool dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >.IsSatisfiedBy | ( | T | obj | ) |
Check if entity is satisfied by specification
obj | Entity |
Implements dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.
|
get |
|
get |