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.v24.1.ViewModel.dll
NuGet Package: DevExpress.Scaffolding.Core
Declaration
public class LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork> :
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>,
IDocumentContent
where TEntity : class
Type Parameters
Name |
---|
TEntity |
TProjection |
TPrimaryKey |
TUnitOfWork |
Related API Members
The following members return LookUpEntitiesViewModel
Inheritance
Object
EntitiesViewModelBase<TEntity, TProjection, TUnitOfWork>
LookUpEntitiesViewModel<TEntity, TProjection, TPrimaryKey, TUnitOfWork>
See Also