Namespace TimeCockpit.Data.DataModel.Triggers
Classes
ModelEntityTriggerAttribute
An attribute that can be applied to a class to indicate that the decorated class holds trigger actions
Trigger
A class that represents a trigger that can be either executed before a save operation occurs or afterwards.
TriggerArgs
Holds the inserted and deleted collections
TriggerMethodAttribute
An attribute that can be applied to a method to indicate that the decorated method can be used as a trigger action
UserDetail
Represents a class that holds trigger methods for APP_UserDetail
Enums
TriggerExecutionMode
An enumeration of trigger execution modes that defines how often a trigger is executed.
TriggerExecutionTime
An enumeration of trigger execution times that defines when a trigger is executed.
TriggerType
An enumeration of trigger types.