DevExpress.Mvvm.DataModel Namespace
In This Article
Contains MVVM-aware classes.
Assembly: DevExpress.Mvvm.v24.2.DataModel.dll
NuGet Package: DevExpress.Scaffolding.Core
#Classes
Name | Description |
---|---|
Db |
The database-independent exception used in Data Layer and View Model Layer to handle database errors. |
Read |
Provides a set of extension methods to perform commonly used operations with IRead |
Repository |
Provides a set of extension methods to perform commonly used operations with IRepository |
Repository |
The base class that helps to implement the IRepository |
Unit |
The base class for unit of works that provides the storage for repositories. |
#Interfaces
Name | Description |
---|---|
IInstant |
A data source suitable as an Instant Feedback source. The Get |
IRead |
The IRead |
IRepository |
The IRepository interface represents the read and write implementation of the Repository pattern such that it can be used to query entities of a given type. |
IRepository |
The IRepository |
IUnit |
The IUnit |
IUnit |
Provides the method to create a unit of work of a given type. |
#Enums
Name | Description |
---|---|
Entity |
Represents the state of the entity relative to the unit of work. |