//------------------------------------------------------------------------------ // // 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.Local.DB { using System; using System.Collections.Generic; public partial class BRUSH_STOPS { public long 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 long 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 long RED { get; set; } public long GREEN { get; set; } public long 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 PANTON_GUID { get; set; } } }