Back to Devexpress

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

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

latest1.8 KB
Original Source

InstantFeedbackCollectionViewModelBase<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 InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
    IDocumentContent,
    ISupportLogicalLayout
    where TEntity : class, new()
vb
Public Class InstantFeedbackCollectionViewModelBase(Of TEntity As {Class, New}, TProjection As Class, TPrimaryKey, TUnitOfWork As IUnitOfWork)
    Implements IDocumentContent,
               ISupportLogicalLayout

Type Parameters

Name
TEntity
TProjection
TPrimaryKey
TUnitOfWork

Implements

IDocumentContent

Inheritance

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

See Also

InstantFeedbackCollectionViewModelBase<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Members

DevExpress.Mvvm.ViewModel Namespace