Namespace Dynamicweb.CoreUI.Data
Classes
- DefaultScreenFieldProvider<TModel>
The default implementation of ModelFieldProviderBase that returns all the model properties with the ConfigurablePropertyAttribute.
- ModelFieldProviderBase
The base provider class to get available model fields.
- ModelFieldProviderBase<TModel>
The model based variant of ModelFieldProviderBase.
Structs
Interfaces
- IIdentifierSource
Implemented by DataQueryListBase<TModel, TDomainModel, TListModel> to expose an efficient identifier-only path. Queries that have expensive mapping logic can override MapModelsForIdentifiers(IEnumerable<TDomainModel>) to skip that work; queries that do not override it fall back to full
MapModelsautomatically.