Skip to main content

EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork> Properties

The base class for a POCO view models exposing a collection of entities of the given type.

It is not recommended to inherit directly from this class. Use the EntitiesViewModel class instead.

Name Description
AllowSaveReset
Entities The collection of entities loaded from the unit of work.
IsLoading Used to check whether entities are currently being loaded in the background. The property can be used to show the progress indicator.
ParentViewModel
UnitOfWorkFactory
UnitOfWorkPolicy
See Also