Skip to main content
A newer version of this page is available. .

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.v18.2.ViewModel.dll

Declaration

[POCOViewModel]
public abstract class EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork> :
    IEntitiesViewModel<TProjection>,
    IDocumentContent,
    ISupportUnitOfWorkPolicy,
    ISupportParentViewModel
    where TEntity : class

Type Parameters

Name
TEntity
TProjection
TUnitOfWork
See Also