This commit is contained in:
@@ -35,7 +35,9 @@ namespace AyaNova.Models
|
||||
[Required]
|
||||
public long IdValue { get; set; }//if required, this must match, default is zero to match to not set
|
||||
public decimal DecValue { get; set; }//if required this must match or be greater or something
|
||||
public List<string> Tags { get; set; }//Tags to filter an event, object *must* have these tags to generate event related to it (AT TIME OF UPDATE)
|
||||
public List<string> Tags { get; set; }//Tags to filter an event, object *must* have these tags to generate event related to it (AT TIME OF UPDATE)
|
||||
[Required]
|
||||
public string Template { get; set; }
|
||||
|
||||
//DELIVERY CONDITIONS - following are all conditions on *whether* to deliver the existing notify event or not
|
||||
public TimeSpan AgeValue { get; set; }//for events that depend on an age of something (e.g. WorkorderStatusAge), This value determines when event has "come of age" but advancenotice controls how far in advance of this delivery is made
|
||||
|
||||
Reference in New Issue
Block a user