This commit is contained in:
@@ -14,7 +14,7 @@ namespace AyaNova.Models
|
||||
public uint Concurrency { get; set; }
|
||||
public List<string> CustomerTags { get; set; }//Tags to match customer with this notification
|
||||
public TimeSpan AdvanceNotice { get; set; }
|
||||
public long LinkReportId { get; set; }
|
||||
public long? LinkReportId { get; set; }
|
||||
|
||||
//CREATE NOTIFY EVENT CONDITIONS - Following fields are all conditions set on whether to create a notify event or not
|
||||
public AyaType AyaType { get; set; }//Note: must be specific object, not global for any object related stuff to avoid many role issues and also potential overload
|
||||
|
||||
Reference in New Issue
Block a user