ReadOnlyNotificationCollection Class
The ReadOnlyNotificationCollection class is used to configure a collection of notifications that can be used on workflows and workflow elements.
Assembly: Microsoft.Dynamics.AX.Framework.Workflow.Model (in Microsoft.Dynamics.AX.Framework.Workflow.Model.dll)
The notification is defined for a notification event key in the ReadOnlyNotificationCollection class. This key points to the related notification, which is a NotificationCollectionProperty class instance.
Notifications can be enabled or disabled. They will be sent to the list of uses defined by using the AssignmentProperty class together with localized message texts defined by using the MessageTextCollection class.
The ReadOnlyNotificationCollection class is read-only. Notification events cannot be added or removed from this collection. However, changes can be applied for each notification.
System.Collections.ObjectModel.ReadOnlyCollection<NotificationCollectionProperty>
System.Collections.ObjectModel.ReadOnlyObservableCollection<NotificationCollectionProperty>
Microsoft.Dynamics.AX.Framework.Workflow.Model.ReadOnlyNotificationCollection