aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Local/DB/PROCESS_PARAMETERS_TABLES.cs
blob: a680f9bdd20be49ec6c033becd927d74856e69f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
//------------------------------------------------------------------------------
// <auto-generated>
//     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.
// </auto-generated>
//------------------------------------------------------------------------------

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; }
    }
}