diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Insights/InsightsRequest.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Insights/InsightsRequest.cs | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Insights/InsightsRequest.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Insights/InsightsRequest.cs deleted file mode 100644 index b34895e78..000000000 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Insights/InsightsRequest.cs +++ /dev/null @@ -1,25 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Tango.PPC.Shared.Insights -{ - public class InsightsRequest - { - public DateTime StartDateUTC { get; set; } - public DateTime EndDateUTC { get; set; } - - public bool IncludeEvents { get; set; } - public bool IncludeStatuses { get; set; } - public bool IncludeApplicationExceptions { get; set; } - - public InsightsRequest() - { - IncludeEvents = true; - IncludeStatuses = true; - IncludeApplicationExceptions = true; - } - } -} |
