Skip to main content

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

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
TPrimaryKey
TUnitOfWork

#Implements

#Inheritance

Object
InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
See Also