DevExpress.ExpressApp.Xpo Namespace
Contains interfaces and classes that implement XPO integration.
Assembly: DevExpress.ExpressApp.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Xpo
Classes
Name | Description |
---|---|
CalculatedPersistentAliasAttribute | Applied to a business class. Allows you to dynamically configure a persistent alias for the target business class’ property. |
SecuredPropertySetter static | An axillary class that allows you to specify an XPO persistent object’s properties bypassing security checks. |
XPObjectSpace | An Object Space that is used for data manipulation using the DevExpress ORM Tool (XPO). |
XPObjectSpaceProvider | Provides Object Space in XPO-based XAF applications. |
XpoDataView | A lightweight read-only list of data records (a data view) retrieved from a database without loading complete XPO objects. Can be queried much more quickly than a real objects collection. |
XpoDataViewRecord | A XPO-oriented class that represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object. |
XpoTypesInfoHelper | Provides helper methods used to manage the metadata information on XPO business classes. |
Enums
Name | Description |
---|---|
XPInstantFeedbackSourceMappingMode | Contains values specifying properties mapping modes in InstantFeedback or InstantFeedbackView mode. |