Namespace The.Web.Entities.Criteria
Classes
- CriteriaCriterionSpec<TParent, TChild>
Concrete subclass using a CriteriaBox<T> to input subcriteria directly.
- CriterionModel
The resolved, ready-to-render form of a CriterionSpec: the input widget, its serialised value and the predicate it contributes to a query. Consumed by EntityCriteriaView<T>; the search analog of FieldModel and ColumnModel.
- WidgetCriterionSpec<TEntity, TProperty, TComponent, TTraits>
Primary concrete CriterionSpec, modelling criteria as an IValue, an expression tree and a display component.