Back to Devexpress

DevExpress.ExpressApp.Xpo Namespace

expressappframework-devexpress-dot-expressapp-b8efacbc.md

latest2.6 KB
Original Source

DevExpress.ExpressApp.Xpo Namespace

Contains interfaces and classes that implement XPO integration.

Assembly : DevExpress.ExpressApp.Xpo.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Xpo

Classes

NameDescription
CalculatedPersistentAliasAttributeApplied to a business class. Allows you to dynamically configure a persistent alias for the target business class’ property.
SecuredPropertySetter staticAn axillary class that allows you to specify an XPO persistent object’s properties bypassing security checks.
XPObjectSpaceAn Object Space that is used for data manipulation using the DevExpress ORM Tool (XPO).
XPObjectSpaceProviderProvides Object Space in XPO-based XAF applications.
XpoDataViewA 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.
XpoDataViewRecordA XPO-oriented class that represents a lightweight read-only data record (a data view) retrieved from a database without loading a complete business object.
XpoTypesInfoHelperProvides helper methods used to manage the metadata information on XPO business classes.

Enums

NameDescription
XPInstantFeedbackSourceMappingModeContains values specifying properties mapping modes in InstantFeedback or InstantFeedbackView mode.