2 instantiations of ManageDataGridItem
Aspire.Dashboard (2)
Components\Dialogs\ManageDataDialog.razor.cs (2)
244
items.Add(new
ManageDataGridItem
255
items.Add(new
ManageDataGridItem
23 references to ManageDataGridItem
Aspire.Dashboard (23)
Components\Dialogs\ManageDataDialog.razor.cs (6)
61
private FluentDataGrid<
ManageDataGridItem
>? _dataGrid;
233
private IQueryable<
ManageDataGridItem
> GetGridItems()
238
var items = new List<
ManageDataGridItem
>();
290
private void OnRowClicked(FluentDataGridRow<
ManageDataGridItem
> row)
292
var
item = row.Item;
333
private static string GetItemKey(
ManageDataGridItem
item)
Components_Dialogs_ManageDataDialog_razor.g.cs (17)
245
ManageDataGridItem
251
__builder.AddComponentParameter(4, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
259
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::System.Linq.IQueryable<
ManageDataGridItem
>>(
268
__builder.AddComponentParameter(5, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
285
__builder.AddComponentParameter(6, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
302
__builder.AddComponentParameter(7, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
319
__builder.AddComponentParameter(8, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
328
__builder.AddComponentParameter(9, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
336
), global::Microsoft.AspNetCore.Components.CompilerServices.RuntimeHelpers.TypeCheck<global::Microsoft.AspNetCore.Components.EventCallback<global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGridRow<
ManageDataGridItem
>>>(global::Microsoft.AspNetCore.Components.EventCallback.Factory.Create<global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGridRow<
ManageDataGridItem
>>(this,
345
__builder.AddComponentParameter(10, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
362
__builder.AddComponentParameter(11, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
370
), (global::System.Func<
ManageDataGridItem
, global::System.Object>)(
379
__builder.AddComponentParameter(12, nameof(global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>.
389
global::__Blazor.Aspire.Dashboard.Components.Dialogs.ManageDataDialog.TypeInference.CreateTemplateColumn_0(__builder2, 14, default(
ManageDataGridItem
)!, 15,
976
global::__Blazor.Aspire.Dashboard.Components.Dialogs.ManageDataDialog.TypeInference.CreateTemplateColumn_2(__builder2, 91, default(
ManageDataGridItem
)!, 92,
1169
= (global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<
ManageDataGridItem
>)__value;