DevExpress.ExpressApp.Notifications.v17.2
An abstract descendant, that contains the ShowNotificationsAction Action.
Initializes a new instance of the NotificationsController class.
Occurs before the notification window is shown.
Occurs before the notification window is shown.
Returns the Notification Action Container's ID. The default value is "Notifications".
Refreshes the notifications list.
Gets the service used by the to process the notifications.
A object that is the service used by the NotificationsModule to process the notifications.
Specifies the Show Notifications Action that displays the notifications count and invokes the Reminders Window.
A service used by the to process the notifications.
Initializes a new instance of the NotificationsService class.
An object that manages an XAF application.
The object that specifies the Notifications Provider.
Initializes a new instance of the NotificationsService class.
A object.
Removes the specified notification items.
An IEnumerable<> list of notification items to be dismissed.
Releases all resources used by an NotificationsService object.
Returns the number of active notifications.
An integer value which is the number of active notifications.
Returns the number of postponed notifications.
An integer value which is the number of postponed notifications.
Occurs when an object is changed.
For internal use.
Gets a list of registered Notifications Providers.
A ReadOnlyCollection<> list of objects that provide notifications.
Occurs when there are notifications to display.
Postpones the specified notification items for the given amount of time.
An IEnumerable<> object to be dismissed.
A object that specifies the amount of time to postpone the notification.
Refreshes the list of active notifications.
For internal use.
Registers the specified Notifications Provider
An object to register.
For internal use.
Unregisters the specified Notifications Provider
An object to register.
Recreates the .
The that specifies the new default Notifications Provider
A Notifications Provider that collects notifications from business objects that support the interface. Types that have descendants are ignored to avoid duplicate notifications.
Initializes a new instance of the DefaultNotificationsProvider class.
An object that manages an XAF application.
Occurs before a criteria is applied to the notifications collection.
Dismisses the specified notification item.
An object to be dismissed.
Releases all resources used by an DefaultNotificationsProvider object.
Returns the number of active notifications.
An integer value which is the number of active notifications.
Returns the list of notification items.
An IEnumerable<> list of notification items.
Returns the number of postponed notifications.
An integer value which is the number of postponed notifications.
Gets information on business object types supported by the DefaultNotificationsProvider provider.
A HashSet<ITypeInfo> object that provides information on business object types supported by the DefaultNotificatonProvider provider.
Postpones the specified notification item for the given amount of time.
A collection of notification items to postpone.
A object that specifies the amount of time to postpone the notification.
The XAF module contained in the DevExpress.ExpressApp.Notifications.v17.2.dll assembly.
Initializes a new instance of the NotificationsModule class.
Specifies if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications.
true, if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications; otherwise, false.
Specifies the default Notifications Service and Notifications Providers that collects notifications from business objects.
A object that collects notifications from business objects.
Specifies the amount of time between successive refreshes of the notifications.
A value that specifies the amount of time between successive refreshes of the notifications.
Gets the Notifications Service.
A object.
Specifies the delay from the application start to the initial Reminders Window display.
A value that specifies the delay from the application start to the initial Reminders Window display. The default is 5 seconds.
Sets up the NotificationsModule after it has been added to the collection.
An object that manages an XAF application.
Specifies whether or not the DismissAll Action is active in the Reminders Window.
true, if the DismissAll Action is active; otherwise, false.
Specifies if the Reminders Window is displayed automatically or a user should invoke it manually.
true if the window is displayed automatically; otherwise, false. The default is true.
Specifies whether or not the Refresh Action is active in the Reminders Window.
true, if the Refresh Action is active; otherwise, false.