aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2021-11-17 14:48:25 +0200
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2021-11-17 14:48:25 +0200
commit854f883509443230cc0360ea45c7d8085dd52882 (patch)
tree800752e61652c23a668a6b2f6b7b50548db3f74e /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parenteaedfecb6b08008649bb79a9767adbe6132da536 (diff)
downloadTango-854f883509443230cc0360ea45c7d8085dd52882.tar.gz
Tango-854f883509443230cc0360ea45c7d8085dd52882.zip
RML EXTANSION- item 5745, 5909, 5823. DataBase changes:
table Rubbing results , remove GS 100 min and GS 100 max and add GS 100, remove GS 200 min and GS 200 max and add GS 200. Created new table COLOR_PROCESS_INK_UPTAKE
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContext.cs284
1 files changed, 146 insertions, 138 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
index d6bc73bd0..ffd2ca1dc 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -31,6 +31,150 @@ namespace Tango.BL
}
/// <summary>
+ /// Gets or sets the ColorProcessData.
+ /// </summary>
+ public DbSet<ColorProcessData> ColorProcessData
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the ColorProcessFactors.
+ /// </summary>
+ public DbSet<ColorProcessFactor> ColorProcessFactors
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the ColorProcessParameters.
+ /// </summary>
+ public DbSet<ColorProcessParameter> ColorProcessParameters
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the RmlExtensionTestResults.
+ /// </summary>
+ public DbSet<RmlExtensionTestResult> RmlExtensionTestResults
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the RmlsExtensions.
+ /// </summary>
+ public DbSet<RmlsExtension> RmlsExtensions
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the RubbingResults.
+ /// </summary>
+ public DbSet<RubbingResult> RubbingResults
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the TensileResults.
+ /// </summary>
+ public DbSet<TensileResult> TensileResults
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnApplications.
+ /// </summary>
+ public DbSet<YarnApplication> YarnApplications
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnBrands.
+ /// </summary>
+ public DbSet<YarnBrand> YarnBrands
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnFamilies.
+ /// </summary>
+ public DbSet<YarnFamily> YarnFamilies
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnGlossLevels.
+ /// </summary>
+ public DbSet<YarnGlossLevel> YarnGlossLevels
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnGroups.
+ /// </summary>
+ public DbSet<YarnGroup> YarnGroups
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnIndustrysectors.
+ /// </summary>
+ public DbSet<YarnIndustrysector> YarnIndustrysectors
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnManufacturers.
+ /// </summary>
+ public DbSet<YarnManufacturer> YarnManufacturers
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnSubFamilies.
+ /// </summary>
+ public DbSet<YarnSubFamily> YarnSubFamilies
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnTexturings.
+ /// </summary>
+ public DbSet<YarnTexturing> YarnTexturings
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnTypes.
+ /// </summary>
+ public DbSet<YarnType> YarnTypes
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the YarnWhiteShades.
+ /// </summary>
+ public DbSet<YarnWhiteShade> YarnWhiteShades
+ {
+ get; set;
+ }
+
+ /// <summary>
/// Gets or sets the ActionLogs.
/// </summary>
public DbSet<ActionLog> ActionLogs
@@ -159,25 +303,9 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the ColorProcessData.
- /// </summary>
- public DbSet<ColorProcessData> ColorProcessData
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the ColorProcessFactors.
- /// </summary>
- public DbSet<ColorProcessFactor> ColorProcessFactors
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the ColorProcessParameters.
+ /// Gets or sets the ColorProcessInkUptake.
/// </summary>
- public DbSet<ColorProcessParameter> ColorProcessParameters
+ public DbSet<ColorProcessInkUptake> ColorProcessInkUptake
{
get; set;
}
@@ -583,14 +711,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the RmlExtensionTestResults.
- /// </summary>
- public DbSet<RmlExtensionTestResult> RmlExtensionTestResults
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Rmls.
/// </summary>
public DbSet<Rml> Rmls
@@ -599,14 +719,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the RmlsExtensions.
- /// </summary>
- public DbSet<RmlsExtension> RmlsExtensions
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the RmlsSpools.
/// </summary>
public DbSet<RmlsSpool> RmlsSpools
@@ -631,14 +743,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the RubbingResults.
- /// </summary>
- public DbSet<RubbingResult> RubbingResults
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Segments.
/// </summary>
public DbSet<Segment> Segments
@@ -759,14 +863,6 @@ namespace Tango.BL
}
/// <summary>
- /// Gets or sets the TensileResults.
- /// </summary>
- public DbSet<TensileResult> TensileResults
- {
- get; set;
- }
-
- /// <summary>
/// Gets or sets the Users.
/// </summary>
public DbSet<User> Users
@@ -790,93 +886,5 @@ namespace Tango.BL
get; set;
}
- /// <summary>
- /// Gets or sets the YarnApplications.
- /// </summary>
- public DbSet<YarnApplication> YarnApplications
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnBrands.
- /// </summary>
- public DbSet<YarnBrand> YarnBrands
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnFamilies.
- /// </summary>
- public DbSet<YarnFamily> YarnFamilies
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnGlossLevels.
- /// </summary>
- public DbSet<YarnGlossLevel> YarnGlossLevels
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnGroups.
- /// </summary>
- public DbSet<YarnGroup> YarnGroups
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnIndustrysectors.
- /// </summary>
- public DbSet<YarnIndustrysector> YarnIndustrysectors
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnManufacturers.
- /// </summary>
- public DbSet<YarnManufacturer> YarnManufacturers
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnSubFamilies.
- /// </summary>
- public DbSet<YarnSubFamily> YarnSubFamilies
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnTexturings.
- /// </summary>
- public DbSet<YarnTexturing> YarnTexturings
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnTypes.
- /// </summary>
- public DbSet<YarnType> YarnTypes
- {
- get; set;
- }
-
- /// <summary>
- /// Gets or sets the YarnWhiteShades.
- /// </summary>
- public DbSet<YarnWhiteShade> YarnWhiteShades
- {
- get; set;
- }
-
}
}