aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/BRUSH_STOPS.cs
blob: 60d4a2e9824e2ab18c7e118b1751fc4acd59950c (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
//------------------------------------------------------------------------------
// <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.Remote.DB
{
    using System;
    using System.Collections.Generic;
    
    public partial class BRUSH_STOPS
    {
        public int ID { get; set; }
        public string GUID { get; set; }
        public System.DateTime LAST_UPDATED { get; set; }
        public string SEGMENT_GUID { get; set; }
        public string COLOR_SPACE_GUID { get; set; }
        public double OFFSET_PERCENT { get; set; }
        public int STOP_INDEX { get; set; }
        public double CYAN { get; set; }
        public double MAGENTA { get; set; }
        public double YELLOW { get; set; }
        public double BLACK { get; set; }
        public int RED { get; set; }
        public int GREEN { get; set; }
        public int BLUE { get; set; }
        public double L { get; set; }
        public double A { get; set; }
        public double B { get; set; }
        public double V0 { get; set; }
        public int V0_DIV { get; set; }
        public double V1 { get; set; }
        public int V1_DIV { get; set; }
        public double V2 { get; set; }
        public int V2_DIV { get; set; }
        public double V3 { get; set; }
        public int V3_DIV { get; set; }
        public double V4 { get; set; }
        public int V4_DIV { get; set; }
        public double V5 { get; set; }
        public int V5_DIV { get; set; }
        public double V6 { get; set; }
        public int V6_DIV { get; set; }
        public double V7 { get; set; }
        public int V7_DIV { get; set; }
        public bool CORRECTED { get; set; }
        public string COLOR_CATALOG_GUID { get; set; }
        public string COLOR_CATALOGS_ITEM_GUID { get; set; }
    
        public virtual COLOR_CATALOGS COLOR_CATALOGS { get; set; }
        public virtual COLOR_CATALOGS_ITEMS COLOR_CATALOGS_ITEMS { get; set; }
        public virtual COLOR_SPACES COLOR_SPACES { get; set; }
        public virtual SEGMENT SEGMENT { get; set; }
    }
}