21 namespace Deveel.Data.Protocol {
24 InvokeCount = invokeCount;
25 EventType = eventType;
26 ObjectName = objectName;
28 TriggerName = triggerName;
31 public string TriggerName {
get;
private set; }
33 public string ObjectName {
get;
private set; }
39 public int InvokeCount {
get;
private set; }
TriggerEventType
The different types of high layer trigger events.
TriggerType
Enumerates the types of triggers, that can be volatile (like the Callback) or stored in the database...
TriggerEventNotification(string triggerName, string objectName, TriggerType triggerType, TriggerEventType eventType, int invokeCount)