Skip to main content
All docs
V25.1
  • .NET 8.0+

    ISchedulerNotificationsProvider Members

    Supports the Notifications Module in XAF ASP.NET Core Blazor applications.

    Properties

    Name Description
    NotificationTypesInfo Gets information on business object types supported by the INotificationsProvider provider. Inherited from INotificationsProvider.

    Methods

    Name Description
    Dismiss(IEnumerable<INotificationItem>) Dismisses the specified notification item. Inherited from INotificationsProvider.
    GetActiveNotificationsCount() Returns the number of active notifications. Inherited from INotificationsProvider.
    GetNotificationItems() Returns the list of notification items. Inherited from INotificationsProvider.
    GetPostponedNotificationsCount() Returns the number of postponed notifications. Inherited from INotificationsProvider.
    Postpone(IEnumerable<INotificationItem>, TimeSpan) Postpones the specified notification item for the given amount of time. Inherited from INotificationsProvider.
    See Also