Namespace The.WPF.Screens
Classes
- AutodiscoveryControllerFactory
ControllerFactory implementation which searches for overrides in the given assemblies, delegating to an inner factory if it doesn't find one
- ConfirmCloseView
ConfirmCloseView
- ContentView
ContentView
- Controllers
Class to produce the template output
- CreateView
Interaction logic for CreateView.xaml
- CriteriaModalView
CriteriaModalView
- CriteriaView
CriteriaView
- DisplayView
DisplayView
- FieldModalView
FieldModalView
- GridColumn
describes an IFieldModel-backed column, displayed either with a full FieldControl or as simple text
- GridView
GridView
- ListColumn
describes a read-only column bound to some facet of an entity
- ListController<T>
Initializes a new instance of the ListController<T> class.
- ListView
ListView
- ModalControllerBase<TModel, TView, TResult>
base class for modal screencontrollers which can themselves be subclassed
- Models
Class to produce the template output
- ProgressView
ProgressView
- ReferenceDataView
ReferenceDataView
- ReflectionTypeFinder
Discovers type overrides using System.Reflection
- ScreenControllerBase<TModel, TView, TOptions>
base class for screencontrollers which can themselves be subclassed
- ScreenModelBase
This basic IScreenModel provides overridable properties with useful defaults
- SearchView
SearchView
- SectionModalView
SectionModalView
- SimpleModalControllerBase<TModel, TView, TResult>
base class for modal screencontrollers which cannot be further overridden
- SimpleScreenControllerBase<TModel, TView>
base class for screencontrollers which cannot be further overridden
Interfaces
- IScreenModel
A Screen is a window-level content unit, potentially containing multiple Sections.