From d38bf750367c6d6cdda3a6a3efbdf3552aa85358 Mon Sep 17 00:00:00 2001 From: Roy Date: Sun, 13 Nov 2022 03:46:12 +0200 Subject: FSE Stats Module. Extended job run structure. CSV export. --- Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs | 1 + .../PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs index d15b3784b..eda91ab9e 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs @@ -12,6 +12,7 @@ namespace Tango.PPC.Shared.Statistics public DateTime EndDateUTC { get; set; } public List RmlGuids { get; set; } public String JobName { get; set; } + public bool ExactJobName { get; set; } public int MinLength { get; set; } public int MaxLength { get; set; } public List EndStatuses { get; set; } diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs index 91f5faee0..d17cc8d42 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs @@ -24,6 +24,10 @@ namespace Tango.PPC.Shared.Statistics public String Catalog { get; set; } public String CatalogItem { get; set; } + public int BestMatchR { get; set; } + public int BestMatchG { get; set; } + public int BestMatchB { get; set; } + public List LiquidVolumes { get; set; } public PresentationBrushStop() -- cgit v1.3.1