Back to Devexpress

InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

corelibraries-devexpress-dot-mvvm-dot-viewmodel-dot-instantfeedbackcollectionviewmodel-4.md

latest2.4 KB
Original Source

InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

Namespace : DevExpress.Mvvm.ViewModel

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

NuGet Package : DevExpress.Scaffolding.Core

Declaration

csharp
public class InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
    InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
    where TEntity : class, new()
vb
Public Class InstantFeedbackCollectionViewModel(Of TEntity As {Class, New}, TProjection As Class, TPrimaryKey, TUnitOfWork As IUnitOfWork)
    Inherits InstantFeedbackCollectionViewModelBase(Of TEntity, TProjection, TPrimaryKey, TUnitOfWork)

Type Parameters

Name
TEntity
TProjection
TPrimaryKey
TUnitOfWork

The following members return InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> objects:

Implements

IDocumentContent

Inheritance

Object InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork>

See Also

InstantFeedbackCollectionViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Members

DevExpress.Mvvm.ViewModel Namespace