InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class
In This Article
Namespace: DevExpress.Mvvm.ViewModel
Assembly: DevExpress.Mvvm.v24.2.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
#Declaration
public class InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
IDocumentContent,
ISupportLogicalLayout
where TEntity : class, new()
#Type Parameters
Name |
---|
TEntity |
TProjection |
TPrimary |
TUnit |
#Implements
#Inheritance
Object
InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
See Also