8 references to GetDisplayName
Aspire.Dashboard (8)
Components_Controls_ResourceActions_razor.g.cs (2)
228
!string.IsNullOrEmpty(highlightedCommand.GetDisplayDescription(CommandsLoc)) ? highlightedCommand.GetDisplayDescription(CommandsLoc) : highlightedCommand.
GetDisplayName
(CommandsLoc)
308
__builder2.AddContent(9, highlightedCommand.
GetDisplayName
(CommandsLoc)
Components_Pages_ConsoleLogs_razor.g.cs (2)
543
!string.IsNullOrEmpty(command.GetDisplayDescription(CommandsLoc)) ? command.GetDisplayDescription(CommandsLoc) : command.
GetDisplayName
(CommandsLoc)
632
__builder3.AddContent(43, command.
GetDisplayName
(CommandsLoc)
Model\DashboardCommandExecutor.cs (3)
110
Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandStarting)], messageResourceName, command.
GetDisplayName
(commandsLoc)),
150
toastParameters.Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandSuccess)], messageResourceName, command.
GetDisplayName
(commandsLoc));
165
toastParameters.Title = string.Format(CultureInfo.InvariantCulture, loc[nameof(Dashboard.Resources.Resources.ResourceCommandFailed)], messageResourceName, command.
GetDisplayName
(commandsLoc));
Model\ResourceMenuItems.cs (1)
260
Text = command.
GetDisplayName
(commandsLoc),