Skip to main content
A newer version of this page is available. .

LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

Represents a POCO view models used by SingleObjectViewModel to exposing collections of related entities.

This is a partial class that provides an extension point to add custom properties, commands and override methods without modifying the auto-generated code.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Packages: DevExpress.Scaffolding.Core, DevExpress.WindowsDesktop.Mvvm.ViewModel

Declaration

public class LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
    EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>,
    IDocumentContent
    where TEntity : class

Type Parameters

Name
TEntity
TProjection
TPrimaryKey
TUnitOfWork

Inheritance

Object
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>
LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
See Also