dcpddd  1.0.4
Public Member Functions | Protected Member Functions | List of all members
dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T > Class Template Referenceabstract
Inheritance diagram for dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T >:
dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T > dcp.DDD.DomainModel.SuperTypes.ISpecification< T > dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >

Public Member Functions

abstract Expression< Func< TRelated, bool > > GetConcretePredicate (T entity)
 
new bool IsSatisfiedBy (T obj)
 Check if entity is satisfied by specification More...
 
- Public Member Functions inherited from dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >
bool IsSatisfiedBy (T obj)
 Check if entity is satisfied by specification More...
 

Protected Member Functions

 AssociationSpecification (IRepository< TRelated > repository)
 

Additional Inherited Members

- Properties inherited from dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T >
abstract Expression< Func< T, bool > > SpecExpression [get]
 
Expression< Func< T, bool > > Predicate [get]
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.ISpecification< T >
Expression< Func< T, bool > > SpecExpression [get]
 Predicate that should be satisfied by the entity More...
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >
Expression< Func< T, bool > > Predicate [get]
 Predicate that should be satisfied More...
 

Constructor & Destructor Documentation

Member Function Documentation

abstract Expression<Func<TRelated, bool> > dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T >.GetConcretePredicate ( entity)
pure virtual
new bool dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T >.IsSatisfiedBy ( obj)

Check if entity is satisfied by specification

Parameters
objEntity
Returns
Is satisfied

Implements dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.


The documentation for this class was generated from the following file: