Skip to main content
.NET 6.0+

NotificationsProvider Members

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

Constructors

Name Description
NotificationsProvider(XafApplication, HashSet<ITypeInfo>) Initializes a new instance of the NotificationsProvider class.

Properties

Name Description
NotificationTypesInfo Gets information on business object types supported by the NotificationsProvider provider.

Methods

Name Description
Dismiss(IEnumerable<INotificationItem>) Dismisses the specified notification items.
Dispose() Releases all resources used by an NotificationsProvider object.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetActiveNotificationsCount() Returns the number of active notifications.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetNotificationItems() Returns the list of notification items for the given list of ISupportNotifications objects.
GetPostponedNotificationsCount() Returns the number of postponed notifications.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Postpone(IEnumerable<INotificationItem>, TimeSpan) Postpones the specified notification item for the given amount of time.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SetSchedulerStorage(ISchedulerStorageBase) For internal use.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
CustomizeAppointmentMapping Occurs when the NotificationsProvider is initialized by the scheduler storage.
CustomizeNotificationCollectionCriteria Occurs before a criteria is applied to the notifications collection.
CustomizePrefetchProperties
See Also