summaryrefslogtreecommitdiff
path: root/RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs')
-rw-r--r--RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs b/RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs
deleted file mode 100644
index 2ace1f3..0000000
--- a/RhSolutions.QueryModifiers/StabilPipeQueryModifier.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-namespace RhSolutions.QueryModifiers;
-
-public class StabilPipeQueryModifier : PipeQueryModifier
-{
- protected override string diameterPattern => @"([\b\D]|^)(?<Diameter>16|20|25|32|40)([\b\D]|$)";
- protected override string pipeName => "Stabil -PLATINUM";
- protected override Dictionary<string, string> diameterNames => new()
- {
- ["16"] = "16,2х2,6",
- ["20"] = "20х2,9",
- ["25"] = "25х3,7",
- ["32"] = "32х4,7",
- ["40"] = "40х6,0"
- };
-}