corelibraries-devexpress-dot-mvvm-dot-viewmodel-dot-lookupentitiesviewmodel-4.md
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.v25.2.ViewModel.dll
NuGet Package : DevExpress.Scaffolding.Core
public class LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>,
IDocumentContent
where TEntity : class
Public Class LookUpEntitiesViewModel(Of TEntity As Class, TProjection As Class, TPrimaryKey, TUnitOfWork As IUnitOfWork)
Inherits EntitiesViewModelBase(Of TEntity, TProjection, TUnitOfWork)
Implements IDocumentContent
| Name |
|---|
| TEntity |
| TProjection |
| TPrimaryKey |
| TUnitOfWork |
The following members return LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> objects:
Object EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork> LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
See Also
LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Members