aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/Enumerations
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 15:15:37 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-12-20 15:15:37 +0200
commit35dfed5a480f1e2316f5e4eaf5e284697679e408 (patch)
treee8612de59ccca47bb12780f63d9aef814c3a3bd7 /Software/Visual_Studio/Tango.BL/Enumerations
parent392131c3594c2a73a1bd961eadd2ab44fa85aa8b (diff)
parentf67b8d11029ce185b4f13ec0fd866bfe4380be7d (diff)
downloadTango-35dfed5a480f1e2316f5e4eaf5e284697679e408.tar.gz
Tango-35dfed5a480f1e2316f5e4eaf5e284697679e408.zip
Merged Jobs V2
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/Enumerations')
-rw-r--r--Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs6
-rw-r--r--Software/Visual_Studio/Tango.BL/Enumerations/MediaMaterials.cs8
2 files changed, 10 insertions, 4 deletions
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs b/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs
index d254475d9..63970e879 100644
--- a/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs
+++ b/Software/Visual_Studio/Tango.BL/Enumerations/ColorSpaces.cs
@@ -49,5 +49,11 @@ namespace Tango.BL.Enumerations
[Description("Catalog")]
Catalog = 4,
+ /// <summary>
+ /// (HSB)
+ /// </summary>
+ [Description("HSB")]
+ HSB = 5,
+
}
}
diff --git a/Software/Visual_Studio/Tango.BL/Enumerations/MediaMaterials.cs b/Software/Visual_Studio/Tango.BL/Enumerations/MediaMaterials.cs
index 8ad228267..c16bdc8ab 100644
--- a/Software/Visual_Studio/Tango.BL/Enumerations/MediaMaterials.cs
+++ b/Software/Visual_Studio/Tango.BL/Enumerations/MediaMaterials.cs
@@ -23,7 +23,7 @@ namespace Tango.BL.Enumerations
/// (PET-CATIONIC)
/// </summary>
[Description("PET-CATIONIC")]
- PETCATIONIC = 4,
+ PET_CATIONIC = 4,
/// <summary>
/// (LYCRA)
@@ -35,7 +35,7 @@ namespace Tango.BL.Enumerations
/// (PES-LYCRA)
/// </summary>
[Description("PES-LYCRA")]
- PESLYCRA = 8,
+ PES_LYCRA = 8,
/// <summary>
/// (PE)
@@ -59,7 +59,7 @@ namespace Tango.BL.Enumerations
/// (CO-PET)
/// </summary>
[Description("CO-PET")]
- COPET = 6,
+ CO_PET = 6,
/// <summary>
/// (PTT)
@@ -71,7 +71,7 @@ namespace Tango.BL.Enumerations
/// (PA 6.6)
/// </summary>
[Description("PA 6.6")]
- PA66 = 3,
+ PA_66 = 3,
}
}