//------------------------------------------------------------------------------ // // This code was generated by a tool. // Tango Observables Generator // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. Do not modify! // //------------------------------------------------------------------------------ using System; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Linq; using System.ComponentModel; namespace Tango.BL.Enumerations { public enum IdsPackFormulas { /// /// (Lubricant Formula) /// [Description("Lubricant Formula")] Lubricant = 2, /// /// (Standard Color Formula) /// [Description("Standard Color Formula")] StandardColor = 0, /// /// (Diluter Formula) /// [Description("Diluter Formula")] TransparentLiquid = 1, /// /// (Light Color Formula) /// [Description("Light Color Formula")] LightColor = 6, /// /// (Light Inks Cleaner Formula) /// [Description("Light Inks Cleaner Formula")] LightInksCleanerLiquid = 4, /// /// (Light Inks Lubricant Formula) /// [Description("Light Inks Lubricant Formula")] LightInksLubricantLiquid = 5, /// /// (Cleaner Formula) /// [Description("Cleaner Formula")] CleanerLiquid = 3, } }