Model\ResourceMenuItems.cs (9)
36IStringLocalizer<ControlsStrings> controlLoc,
37IStringLocalizer<Resources.Resources> loc,
38IStringLocalizer<Resources.AIAssistant> aiAssistantLoc,
39IStringLocalizer<Resources.AIPrompts> aiPromptsLoc,
40IStringLocalizer<Commands> commandsLoc,
96private static void AddUrlMenuItems(List<MenuButtonItem> menuItems, ResourceViewModel resource, IStringLocalizer<Resources.Resources> loc)
153private static void AddTelemetryMenuItems(List<MenuButtonItem> menuItems, ResourceViewModel resource, NavigationManager navigationManager, TelemetryRepository telemetryRepository, Func<ResourceViewModel, string> getResourceName, IStringLocalizer<Resources.Resources> loc)
205private static void AddCommandMenuItems(List<MenuButtonItem> menuItems, ResourceViewModel resource, IStringLocalizer<Resources.Resources> loc, IStringLocalizer<Commands> commandsLoc, EventCallback<CommandViewModel> commandSelected, Func<ResourceViewModel, CommandViewModel, bool> isCommandExecuting, IconResolver iconResolver)