Back to Devexpress

LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Class

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

latest2.5 KB
Original Source

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.v25.2.ViewModel.dll

NuGet Package : DevExpress.Scaffolding.Core

Declaration

csharp
public class LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
    EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>,
    IDocumentContent
    where TEntity : class
vb
Public Class LookUpEntitiesViewModel(Of TEntity As Class, TProjection As Class, TPrimaryKey, TUnitOfWork As IUnitOfWork)
    Inherits EntitiesViewModelBase(Of TEntity, TProjection, TUnitOfWork)
    Implements IDocumentContent

Type Parameters

Name
TEntity
TProjection
TPrimaryKey
TUnitOfWork

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

Implements

ISupportParentViewModel

IDocumentContent

Inheritance

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

See Also

LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> Members

DevExpress.Mvvm.ViewModel Namespace