dcpddd  1.0.4
Properties | List of all members
dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T > Interface Template Reference

Contract for query data More...

Inheritance diagram for dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >:
dcp.DDD.DomainModel.SuperTypes.ISpecification< 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 >

Properties

Expression< Func< T, bool > > Predicate [get]
 Predicate that should be satisfied More...
 

Detailed Description

Contract for query data

Template Parameters
TEntity
Type Constraints
T :class 

Property Documentation

Expression<Func<T, bool> > dcp.DDD.DomainModel.SuperTypes.IQueryCommand< T >.Predicate
get

Predicate that should be satisfied


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