Skip to main content

ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork> Class

The base class for POCO view models exposing a read-only collection of entities of a given type.

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

Namespace: DevExpress.Mvvm.ViewModel

Assembly: DevExpress.Mvvm.v23.2.ViewModel.dll

NuGet Package: DevExpress.Scaffolding.Core

Declaration

[POCOViewModel]
public class ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork> :
    EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>,
    ISupportLogicalLayout
    where TEntity : class

Type Parameters

Name
TEntity
TProjection
TUnitOfWork
See Also