aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2018-08-04 14:35:57 +0300
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2018-08-04 14:35:57 +0300
commitdb9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70 (patch)
tree6edfb51c6fde983291a415b8b19a972b2aa78548 /Software/Visual_Studio/Tango.BL/ObservablesContext.cs
parent76d311ad4690b9f88ae71ff097c6592190b65012 (diff)
downloadTango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.tar.gz
Tango-db9119d86fa9e2efd2c3dfab8ac2c49c2ee4da70.zip
Added DB, Observables, PMR Hardware Break Sensors & Break Sensors.
Diffstat (limited to 'Software/Visual_Studio/Tango.BL/ObservablesContext.cs')
-rw-r--r--Software/Visual_Studio/Tango.BL/ObservablesContext.cs32
1 files changed, 32 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
index 48e0e0151..5c20899e9 100644
--- a/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
+++ b/Software/Visual_Studio/Tango.BL/ObservablesContext.cs
@@ -223,6 +223,38 @@ namespace Tango.BL
}
/// <summary>
+ /// Gets or sets the HardwareBlowerTypes.
+ /// </summary>
+ public DbSet<HardwareBlowerType> HardwareBlowerTypes
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the HardwareBlowers.
+ /// </summary>
+ public DbSet<HardwareBlower> HardwareBlowers
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the HardwareBreakSensorTypes.
+ /// </summary>
+ public DbSet<HardwareBreakSensorType> HardwareBreakSensorTypes
+ {
+ get; set;
+ }
+
+ /// <summary>
+ /// Gets or sets the HardwareBreakSensors.
+ /// </summary>
+ public DbSet<HardwareBreakSensor> HardwareBreakSensors
+ {
+ get; set;
+ }
+
+ /// <summary>
/// Gets or sets the HardwareDancerTypes.
/// </summary>
public DbSet<HardwareDancerType> HardwareDancerTypes