EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork> Class
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.
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
[POCOViewModel]
public abstract class EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork> :
IEntitiesViewModel<TProjection>,
IDocumentContent,
ISupportUnitOfWorkPolicy,
ISupportParentViewModel
where TEntity : class
Type Parameters
Name |
---|
TEntity |
TProjection |
TUnitOfWork |
Inheritance
Object
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>
See Also