aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs')
-rw-r--r--Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs
index f4c6880bc..5488e8c54 100644
--- a/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs
+++ b/Software/Visual_Studio/Tango.DAL.Remote/DB/RML.cs
@@ -56,6 +56,8 @@ namespace Tango.DAL.Remote.DB
public int RANK { get; set; }
public byte[] THUMBNAIL { get; set; }
public string CCT_GUID { get; set; }
+ public string GBD_GUID { get; set; }
+ public string LUB_GUID { get; set; }
public int COLOR_CONVERSION_VERSION { get; set; }
public bool USE_COLOR_LIB_GRADIENTS { get; set; }
public bool USE_LIGHT_INKS { get; set; }
@@ -89,11 +91,13 @@ namespace Tango.DAL.Remote.DB
public virtual ICollection<COLOR_CATALOGS_ITEMS_RECIPES> COLOR_CATALOGS_ITEMS_RECIPES { get; set; }
public virtual FIBER_SHAPES FIBER_SHAPES { get; set; }
public virtual FIBER_SYNTHS FIBER_SYNTHS { get; set; }
+ public virtual GBD GBD { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<JOB> JOBS { get; set; }
public virtual LINEAR_MASS_DENSITY_UNITS LINEAR_MASS_DENSITY_UNITS { get; set; }
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA2227:CollectionPropertiesShouldBeReadOnly")]
public virtual ICollection<LIQUID_TYPES_RMLS> LIQUID_TYPES_RMLS { get; set; }
+ public virtual LUB LUB { get; set; }
public virtual MEDIA_CONDITIONS MEDIA_CONDITIONS { get; set; }
public virtual MEDIA_MATERIALS MEDIA_MATERIALS { get; set; }
public virtual MEDIA_PURPOSES MEDIA_PURPOSES { get; set; }