aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/BRUSH_STOPS.cs
blob: fe407a375ab6e39d8bce98cf6b884940565cc774 (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
//------------------------------------------------------------------------------
// <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 double V8 { get; set; }
        public int V8_DIV { get; set; }
        public double V9 { get; set; }
        public int V9_DIV { get; set; }
        public double V10 { get; set; }
        public int V10_DIV { get; set; }
        public double V11 { get; set; }
        public int V11_DIV { get; set; }
        public double V12 { get; set; }
        public int V12_DIV { get; set; }
        public double V13 { get; set; }
        public int V13_DIV { get; set; }
        public double V14 { get; set; }
        public int V14_DIV { get; set; }
        public double V15 { get; set; }
        public int V15_DIV { get; set; }
        public bool CORRECTED { get; set; }
        public string COLOR_CATALOG_GUID { get; set; }
        public string COLOR_CATALOGS_ITEM_GUID { get; set; }
        public bool IS_TRANSPARENT { get; set; }
        public Nullable<int> BEST_MATCH_R { get; set; }
        public Nullable<int> BEST_MATCH_G { get; set; }
        public Nullable<int> BEST_MATCH_B { 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; }
    }
}