Enum TriggerType
An enumeration of trigger types.
Namespace: TimeCockpit.Data.DataModel.Triggers
Assembly: TimeCockpit.Data.dll
Syntax
public enum TriggerType
Fields
Name | Description |
---|---|
AfterSave | Indicates that code that is associated with a trigger is executed after the save operation of a given EntityObject |
BeforeSave | Indicates that code that is associated with a trigger is executed before the save operation of a given EntityObject |