dcpddd
1.0.4
|
Contract for Specificaation pattern More...
Public Member Functions | |
bool | IsSatisfiedBy (T obj) |
Check if entity is satisfied by specification More... | |
Properties | |
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... | |
Contract for Specificaation pattern
T | Entity |
T | : | class |
bool dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.IsSatisfiedBy | ( | T | obj | ) |
Check if entity is satisfied by specification
obj | Entity |
Implemented in dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T >, dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T >, dcp.DDD.DomainModel.SuperTypes.OrSpecification< T >, dcp.DDD.DomainModel.SuperTypes.AndSpecification< T >, dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T >, and dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >.
|
get |
Predicate that should be satisfied by the entity