Enum TriggerExecutionMode
An enumeration of trigger execution modes that defines how often a trigger is executed.
Namespace: TimeCockpit.Data.DataModel.Triggers
Assembly: TimeCockpit.Data.dll
Syntax
public enum TriggerExecutionMode
Fields
| Name | Description |
|---|---|
| Once | Indicates that the trigger is executed only once for a batch of EntityObjects with the same type. |
| OnEverySave | Indicates that the trigger is executed for each EntityObject |