1 write to ResourceRow
Aspire.Dashboard (1)
Components\Dialogs\ManageDataDialog.razor.cs (1)
246
ResourceRow
= resourceRow,
17 references to ResourceRow
Aspire.Dashboard (17)
Components\Dialogs\ManageDataDialog.razor.cs (4)
298
if (item.IsResourceRow && item.
ResourceRow
is not null)
300
OnSelectRowClicked(item.
ResourceRow
);
335
if (item.
ResourceRow
is not null)
337
return item.
ResourceRow
.Name;
Components_Dialogs_ManageDataDialog_razor.g.cs (12)
523
if (context.IsResourceRow && context.
ResourceRow
is not null)
543
IsResourceExpanded(context.
ResourceRow
.Name) ? "main-grid-expanded" : "main-grid-collapsed"
560
if (context.
ResourceRow
.TelemetryData.Count > 0)
605
() => OnToggleExpand(context.
ResourceRow
)
701
GetResourceCheckboxIcon(context.
ResourceRow
)
718
() => OnSelectRowClicked(context.
ResourceRow
)
745
if (context.
ResourceRow
.Resource is not null)
764
context.
ResourceRow
.Resource
830
ColorGenerator.Instance.GetColorVariableByKey(context.
ResourceRow
.Name)
850
__builder3.AddContent(76, context.
ResourceRow
.Name
995
if (context.IsResourceRow && context.
ResourceRow
is not null)
1023
foreach (var dataRow in context.
ResourceRow
.TelemetryData)
Model\ManageData\ManageDataGridItem.cs (1)
17
public bool IsResourceRow =>
ResourceRow
is not null;