Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DevExpress.Persistent.BaseImpl Namespace

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

Assembly: DevExpress.Persistent.BaseImpl.v20.2.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.