aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.DAL.Remote/DB/BRUSH_STOPS.cs
blob: 6a65552db5b8158719b59700ca40c01cece53c4f (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
//------------------------------------------------------------------------------
// <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 double V1 { get; set; }
        public double V2 { get; set; }
        public double V3 { get; set; }
        public double V4 { get; set; }
        public double V5 { get; set; }
        public double V6 { get; set; }
        public double V7 { get; set; }
        public string COLOR_CATALOG_GUID { get; set; }
        public int COLOR_CATALOG_CODE { get; set; }
    
        public virtual COLOR_CATALOGS COLOR_CATALOGS { get; set; }
        public virtual COLOR_SPACES COLOR_SPACES { get; set; }
        public virtual SEGMENT SEGMENT { get; set; }
    }
}