diff options
| author | Roy <Roy.mail.net@gmail.com> | 2022-11-19 14:43:46 +0200 |
|---|---|---|
| committer | Roy <Roy.mail.net@gmail.com> | 2022-11-19 14:43:46 +0200 |
| commit | 4cd4807ca5a7490c8d7edac496a19d618bf9197e (patch) | |
| tree | e1f6c1565c242584f4cd8f62160ce2777779881a /Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics | |
| parent | aa2170bb476e627ae3aaccb8f5835b1b9331c82a (diff) | |
| download | Tango-4cd4807ca5a7490c8d7edac496a19d618bf9197e.tar.gz Tango-4cd4807ca5a7490c8d7edac496a19d618bf9197e.zip | |
Statistics Fine Tuning Adaptation.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs | 2 |
1 files changed, 2 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 eda91ab9e..196618f46 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.Shared/Statistics/Filters.cs @@ -16,12 +16,14 @@ namespace Tango.PPC.Shared.Statistics public int MinLength { get; set; } public int MaxLength { get; set; } public List<int> EndStatuses { get; set; } + public List<int> JobDesignation { get; set; } public bool IncludeHeadCleaning { get; set; } public Filters() { RmlGuids = new List<string>(); EndStatuses = new List<int>(); + JobDesignation = new List<int>(); } } } |
