dcpddd
1.0.4
|
Public Member Functions | |
abstract Expression< Func< TRelated, bool > > | GetConcretePredicate (T entity) |
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 | |
AssociationSpecification (IRepository< TRelated > repository) | |
Additional Inherited Members | |
![]() | |
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 |
new bool dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T >.IsSatisfiedBy | ( | T | obj | ) |
Check if entity is satisfied by specification
obj | Entity |
Implements dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.