aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs')
-rw-r--r--Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
index 9ab787104..318cbe3b0 100644
--- a/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
+++ b/Software/Visual_Studio_22/Tango.Portal.Chat.Web/Models/AlertsQuery.cs
@@ -16,5 +16,10 @@ namespace Tango.Portal.Chat.Web.Models
public int IntervalMinutes { get; set; }
public bool Enable { get; set; }
public DateTime ExecutesOn { get; set; }
+ public bool AvoidDuplicates { get; set; }
+ public String ChartType { get; set; } = String.Empty;
+ public String ChartTitle { get; set; } = String.Empty;
+ public String ChartInstructions { get; set; } = String.Empty;
+
}
} \ No newline at end of file