//------------------------------------------------------------------------------ // // 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 Roles { /// /// (User with standard permissions) /// [Description("User with standard permissions")] User = 0, /// /// (Twine administrator) /// [Description("Twine administrator")] Administrator = 1, /// /// (Twine technician) /// [Description("Twine technician")] Technician = 2, /// /// (Machine Studio versions publisher.) /// [Description("Machine Studio versions publisher.")] MachineStudioPublisher = 4, /// /// (Machine Studio Software Developer) /// [Description("Machine Studio Software Developer")] MachineStudioDeveloper = 5, /// /// (Standard PPC User) /// [Description("Standard PPC User")] PPCUser = 9, /// /// (Manages organizations users and roles) /// [Description("Manages organizations users and roles")] UsersAndRolesManager = 7, /// /// (Color adjustment & calibration algorithms developer ) /// [Description("Color adjustment & calibration algorithms developer ")] ColorScientist = 8, /// /// (Twine Research and development) /// [Description("Twine Research and development")] Researcher = 3, /// /// (Twine Software Developer) /// [Description("Twine Software Developer")] SoftwareDeveloper = 6, /// /// (Allows running machine studio.) /// [Description("Allows running machine studio.")] MachineStudioUser = 14, /// /// (Twine color capture application tester/user.) /// [Description("Twine color capture application tester/user.")] TCCUser = 15, /// /// (Catalogs Manager) /// [Description("Catalogs Manager")] CatalogsManager = 16, /// /// (PPC Application Publisher) /// [Description("PPC Application Publisher")] PPCPublisher = 13, /// /// (Technician) /// [Description("Technician")] FSETechnician = 1000, /// /// (Advanced Technician) /// [Description("Advanced Technician")] FSEAdvancedTechnician = 1001, /// /// (Administrator) /// [Description("Administrator")] FSEAdministrator = 1002, /// /// (Twine Technician) /// [Description("Twine Technician")] FSETwineTechnician = 1003, /// /// (Twine Administrator) /// [Description("Twine Administrator")] FSETwineAdministrator = 1004, /// /// (Twine Developer) /// [Description("Twine Developer")] FSETwineDeveloper = 1005, /// /// (Twine Data Store Developer) /// [Description("Twine Data Store Developer")] FSETwineDataStoreDeveloper = 1008, /// /// (Batch configuration of machines.) /// [Description("Batch configuration of machines.")] MachineManager = 17, /// /// (Twine RSM User) /// [Description("Twine RSM User")] FSETwineRSMUser = 2000, /// /// (Twine Procedure Designer) /// [Description("Twine Procedure Designer")] FSETwineProcedureDesigner = 1006, /// /// (Twine Procedure Publisher) /// [Description("Twine Procedure Publisher")] FSETwineProcedurePublisher = 1007, } }