CollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Properties
The base class for POCO view models exposing a collection of entities of a given type and CRUD operations against these entities.
It is not recommended to inherit directly from this class. Use the CollectionViewModel class instead.
See Also