Skip to main content
.NET 6.0+

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DevExpress.Persistent.BaseImpl Namespace

In This Article

Contains ready-to-use XPO persistent classes that form the Business Class Library.

Assembly: DevExpress.Persistent.BaseImpl.Xpo.v24.1.dll

#Classes

Name Description
BaseObject Represents a base persistent class from which business classes can be inherited.
DashboardData An XPO persistent class used by the Dashboards Module to store dashboards in the application database.
MediaDataObject The XPO persistent class used to store media data in the database.
ModelDifference The XPO persistent class used to store model differences in the database.
ModelDifferenceAspect The XPO persistent class used to store model difference aspects in the database.
ReportDataV2 The persistent class used to store reports in the Reports V2 Module. Inherits BaseObject and thus has the Guid-type identifier.
XtraReportData The persistent class used to store reports in the Reports V2 Module. Inherits XPObject and thus has the integer-type identifier.

#Enums

Name Description
OidInitializationMode Contains values specifying when a new GUID value is assigned to the BaseObject.Oid property.