Skip to main content

IEntitiesViewModel<TEntity> Interface

The base interface for view models exposing a collection of entities of the given type.

Namespace: DevExpress.Mvvm.ViewModel

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

NuGet Package: DevExpress.Scaffolding.Core

Declaration

public interface IEntitiesViewModel<TEntity> :
    IDocumentContent
    where TEntity : class

Type Parameters

Name
TEntity
See Also