10 writes to Interaction
Aspire.Dashboard (1)
Components\Interactions\InteractionsProvider.cs (1)
207Interaction = item,
Aspire.Dashboard.Components.Tests (9)
Dialogs\InteractionsInputDialogTests.cs (9)
57Interaction = interaction, 119Interaction = interaction, 185Interaction = interaction, 240Interaction = interaction, 312Interaction = interaction, 375Interaction = interaction, 662Interaction = interaction, 746Interaction = interaction, 774Interaction = interaction,
8 references to Interaction
Aspire.Dashboard (4)
Components\Dialogs\InteractionsInputDialog.razor.cs (3)
162_ = Content.OnSubmitCallback(Content.Interaction, true); 230await Content.OnSubmitCallback(Content.Interaction, false); 270var fileId = await Content.DashboardClient.UploadFileAsync(stream, file.Name, file.Size, Content.Interaction.InteractionId, inputModel.Input.Name, _disposalCts.Token);
Model\Interaction\InteractionsInputsDialogViewModel.cs (1)
21public List<InteractionInput> Inputs => Interaction.InputsDialog!.InputItems.ToList();
Aspire.Dashboard.Components.Tests (4)
Dialogs\InteractionsInputDialogTests.cs (4)
272var update = viewModel.Interaction.Clone(); 385var update = viewModel.Interaction.Clone(); 391update = viewModel.Interaction.Clone(); 585var update = viewModel.Interaction.Clone();