//------------------------------------------------------------------------------
//
// 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.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 BEST_MATCH_R { get; set; }
public Nullable BEST_MATCH_G { get; set; }
public Nullable 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; }
}
}