protected override void BeforeEditSettings() { var values = new List <string> { "Id", "Ticket No", "Last Order" }; values.AddRange(_cacheService.GetEntityTypes().Select(x => x.EntityName).ToList()); Settings.OrderByNameValue.UpdateValues(values); Settings.CommandNameValue.UpdateValues(_automationDao.GetAutomationCommandNames()); }
protected override void BeforeEditSettings() { Settings.CommandNameValue.UpdateValues(_automationDao.GetAutomationCommandNames()); }
protected override void BeforeEditSettings() { _entityScreen = null; Settings.StateFilterNameValue.UpdateValues(_cacheService.GetStates(0).Select(x => x.Name)); Settings.AutomationCommandNameValue.UpdateValues(_automationDao.GetAutomationCommandNames()); }