//------------------------------------------------------------------------------ // // 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 MediaMaterials { /// /// (PET-CATIONIC) /// [Description("PET-CATIONIC")] PET_CATIONIC = 4, /// /// (LYCRA) /// [Description("LYCRA")] LYCRA = 7, /// /// (PES-LYCRA) /// [Description("PES-LYCRA")] PES_LYCRA = 8, /// /// (PE) /// [Description("PE")] PE = 5, /// /// (Nylon) /// [Description("Nylon")] Nylon = 1, /// /// (PET) /// [Description("PET")] PET = 2, /// /// (CO-PET) /// [Description("CO-PET")] CO_PET = 6, /// /// (PTT) /// [Description("PTT")] PTT = 9, /// /// (PA 6.6) /// [Description("PA 6.6")] PA_6_6 = 3, } }