Class NotificationContext
The context for the notification task for notifying watchers when an IActionTrigger is activated
Inheritance
System.Object
    
    
    
    
    NotificationContext
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: LemonEdge.API.Tasks.Parameters.Triggers
Assembly: API.dll
Syntax
public class NotificationContext : FormulaFunctionsWithContext<IWatcher>, IFormulaFunctionsWithContextItem, IFormulaFunctions
  Properties
TriggerContext
The trigger context that activated this notification task
Declaration
public TriggerContext TriggerContext { get; }
  Property Value
| Type | Description | 
|---|---|
| TriggerContext |