Namespace LemonEdge.API.Tasks.Parameters.Triggers
Classes
BaseTriggerParameter
The base action trigger task parameter for the action trigger calculation process
Inherits from the item server task parameter which records the id and label of the item of type RootItemTypeID this task should be calculated against
When a IActionTrigger is activated it can be configured to run any type of trigger task (those that inherit BaseTriggerTask) with associated parameters that inherit these parameters. See NotificationTriggerParameter for an exampleNotificationContext
The context for the notification task for notifying watchers when an IActionTrigger is activated
NotificationTriggerParameter
A base trigger parameter used to create the parameters for an TriggeredActionParameter which can configure the parameters for a custom task to be activated when a trigger is fired
When a IActionTrigger is activated it can be configured to run any type of trigger task (those that inherit BaseTriggerTask) with associated parameters that inherit BaseTriggerParameter
Notifies any watchers of the current trigger.TriggerContext
The context class that holds all the changes that triggered a IActionTriggerGate