Skip to main content
A newer version of this page is available. .

NotificationsProvider Class

A Notifications Provider that collects notifications from the Event class from the Business Classes Library (both for Entity Framework and XPO).

Namespace: DevExpress.ExpressApp.Scheduler

Assembly: DevExpress.ExpressApp.Scheduler.v18.2.dll

Declaration

public class NotificationsProvider :
    IDisposable,
    INotificationsProvider

The following members return NotificationsProvider objects:

Remarks

To get a NotificationsProvider instance, use the SchedulerModuleBase.NotificationsProvider property.

You can create a custom provider by implementing the INotificationsProvider interface or inheriting the NotificationsProvider or DefaultNotificationsProvider. To register a provider, use the NotificationsService.RegisterNotificationsProvider method.

Inheritance

Object
NotificationsProvider
See Also