Interface NotificationAction

All Known Implementing Classes:
AddressNotificationAction, AssetNotificationAction, BaseNotificationAction, BundleNotificationAction, BundleOperationNotificationAction, DataCollectionTemplateHeaderNotificationAction, DirectoryNotificationAction, InterventionOutcomeNotificationAction, MobileFormsSheetNotificationAction, SchedulingNotificationAction, WorkOrderHeaderNotificationAction, WorkOrderOperationNotificationAction

public interface NotificationAction
Marker interface for notification actions.
This interface defines the contract for actions that can be associated with entity notifications. It serves as a type-safe way to represent different kinds of operations that can trigger notifications in the system.
Implementations of this interface can be used with NotificationInput to specify what action was performed on an entity when raising a NotificationEvent.
Since:
1.0
See Also: