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.v24.1.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 |
Inheritance
Object
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>
ReadOnlyCollectionViewModelBase<TEntity, TProjection, TUnitOfWork>
See Also