//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace Tango.DAL.Local.DB { using System; using System.Collections.Generic; public partial class PROCESS_PARAMETERS_TABLES { public long ID { get; set; } public string GUID { get; set; } public System.DateTime LAST_UPDATED { get; set; } public string NAME { get; set; } public double DYEING_SPEED { get; set; } public double MIN_INK_UPTAKE { get; set; } public double MIXER_TEMP { get; set; } public double HEAD_ZONE1_TEMP { get; set; } public double HEAD_ZONE2_TEMP { get; set; } public double HEAD_ZONE3_TEMP { get; set; } public double HEAD_AIR_FLOW { get; set; } public double FEEDER_TENSION { get; set; } public double PULLER_TENSION { get; set; } public double DRYER_BUFFER_LENGTH { get; set; } public double DRYER_ZONE1_TEMP { get; set; } public double DRYER_ZONE2_TEMP { get; set; } public double DRYER_ZONE3_TEMP { get; set; } public double DRYER_AIR_FLOW { get; set; } public double WINDER_TENSION { get; set; } public string PROCESS_PARAMETERS_TABLES_GROUP_GUID { get; set; } public long TABLE_INDEX { get; set; } } }