dcpddd  1.0.4
Public Member Functions | Properties | List of all members
dcp.DDD.DomainModel.SuperTypes.ISpecification< T > Interface Template Reference

Contract for Specificaation pattern More...

Inheritance diagram for dcp.DDD.DomainModel.SuperTypes.ISpecification< T >:
dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T > dcp.DDD.DomainModel.SuperTypes.SpecificationBase< T > dcp.DDD.DomainModel.SuperTypes.AssociationSpecification< TRelated, T > dcp.DDD.DomainModel.SuperTypes.CompositeSpecificationBase< T > dcp.DDD.DomainModel.SuperTypes.NegatedSpecification< T > dcp.DDD.DomainModel.SuperTypes.AndSpecification< T > dcp.DDD.DomainModel.SuperTypes.OrSpecification< T >

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...
 
- Properties inherited from dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >
Expression< Func< T, bool > > Predicate [get]
 Predicate that should be satisfied More...
 

Detailed Description

Contract for Specificaation pattern

Template Parameters
TEntity
Type Constraints
T :class 

Member Function Documentation

bool dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.IsSatisfiedBy ( obj)

Property Documentation

Expression<Func<T, bool> > dcp.DDD.DomainModel.SuperTypes.ISpecification< T >.SpecExpression
get

Predicate that should be satisfied by the entity


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