Interface IIdentifierSource
- Namespace
- Dynamicweb.CoreUI.Data
- Assembly
- Dynamicweb.CoreUI.dll
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 MapModels automatically.
public interface IIdentifierSource
Methods
GetModelIdentifiers()
IEnumerable<string> GetModelIdentifiers()