namespace InABox.Integration.Logikal { public enum LogikalMethod { Error = -1, Initialize = 0, Connect = 1, Login = 2, ProjectCentres = 3, Projects = 4, Project = 5, Phases = 6, ElevationSummary = 7, BOM = 8, ElevationDetail = 9, Logout = 998, Disconnect = 999, } }