diff options
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs | 1 | ||||
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/PresentationBrushStop.cs | 4 |
2 files changed, 5 insertions, 0 deletions
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<String> 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<int> 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<PresentationLiquidVolume> LiquidVolumes { get; set; } public PresentationBrushStop() |
