2 instantiations of ManageDataGridItem
Aspire.Dashboard (2)
Components\Dialogs\ManageDataDialog.razor.cs (2)
244items.Add(new ManageDataGridItem 255items.Add(new ManageDataGridItem
23 references to ManageDataGridItem
Aspire.Dashboard (23)
Components\Dialogs\ManageDataDialog.razor.cs (6)
61private FluentDataGrid<ManageDataGridItem>? _dataGrid; 233private IQueryable<ManageDataGridItem> GetGridItems() 238var items = new List<ManageDataGridItem>(); 290private void OnRowClicked(FluentDataGridRow<ManageDataGridItem> row) 292var item = row.Item; 333private static string GetItemKey(ManageDataGridItem item)
Components_Dialogs_ManageDataDialog_razor.g.cs (17)
245ManageDataGridItem 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>. 389global::__Blazor.Aspire.Dashboard.Components.Dialogs.ManageDataDialog.TypeInference.CreateTemplateColumn_0(__builder2, 14, default(ManageDataGridItem)!, 15, 976global::__Blazor.Aspire.Dashboard.Components.Dialogs.ManageDataDialog.TypeInference.CreateTemplateColumn_2(__builder2, 91, default(ManageDataGridItem)!, 92, 1169= (global::Microsoft.FluentUI.AspNetCore.Components.FluentDataGrid<ManageDataGridItem>)__value;