ISupportNotifications Interface
Declares members of business objects that support the Notifications Module functionality.
Namespace: DevExpress.Persistent.Base.General
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Related API Members
The following members return ISupportNotifications objects:
#Remarks
Implement this interface in a business class if you need to display notifications associated with these class instances. Refer to the How to: Use Notifications with a Custom Business Class (Implement ISupportNotifications) topic to see an example.
The built-in class that supports the ISupportNotifications is an Event provided by the Built-in Business Class Library for both Entity Framework and XPO.
Note
Business object types that support ISupport