From df8c13b71a49d757c47a892be01599eefcd36a2f Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Tue, 16 Jan 2018 19:50:33 +0200 Subject: Added Max_NL_Per_CM to DB Module !! Added Liquid_Types_Rml table to DB module. Added new nl/cm to dispenser. Added capacity to dispenser. --- .../Tango.DAL.Local/DB/DISPENSER_TYPES.cs | 2 ++ .../Tango.DAL.Local/DB/LIQUID_TYPES_RMLS.cs | 1 + .../Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx | 9 ++++++ .../Tango.DAL.Local/DB/LocalADO.edmx.diagram | 36 +++++++++++----------- 4 files changed, 30 insertions(+), 18 deletions(-) (limited to 'Software/Visual_Studio/Tango.DAL.Local') diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/DISPENSER_TYPES.cs b/Software/Visual_Studio/Tango.DAL.Local/DB/DISPENSER_TYPES.cs index 718ab5219..0d8094f81 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/DISPENSER_TYPES.cs +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/DISPENSER_TYPES.cs @@ -20,5 +20,7 @@ namespace Tango.DAL.Local.DB public bool DELETED { get; set; } public long CODE { get; set; } public string NAME { get; set; } + public double NL_PER_PULSE { get; set; } + public double CAPACITY { get; set; } } } diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/LIQUID_TYPES_RMLS.cs b/Software/Visual_Studio/Tango.DAL.Local/DB/LIQUID_TYPES_RMLS.cs index cd8865526..637b61e01 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/LIQUID_TYPES_RMLS.cs +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/LIQUID_TYPES_RMLS.cs @@ -20,5 +20,6 @@ namespace Tango.DAL.Local.DB public bool DELETED { get; set; } public string LIQUID_TYPE_GUID { get; set; } public string RML_GUID { get; set; } + public double MAX_NL_PER_CM { get; set; } } } diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx index ab77e4b9b..60f35f27c 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx @@ -160,6 +160,8 @@ + + @@ -289,6 +291,7 @@ + @@ -748,6 +751,8 @@ + + @@ -877,6 +882,7 @@ + @@ -1258,6 +1264,8 @@ + + @@ -1398,6 +1406,7 @@ + diff --git a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx.diagram b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx.diagram index 9148e84b6..2d0a148ea 100644 --- a/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx.diagram +++ b/Software/Visual_Studio/Tango.DAL.Local/DB/LocalADO.edmx.diagram @@ -23,28 +23,28 @@ - - - + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + -- cgit v1.3.1