3 types derived from InteractionOptions
Aspire.Hosting (3)
IInteractionService.cs (3)
199
public class InputsDialogInteractionOptions :
InteractionOptions
255
public class MessageBoxInteractionOptions :
InteractionOptions
269
public class NotificationInteractionOptions :
InteractionOptions
1 instantiation of InteractionOptions
Aspire.Hosting (1)
IInteractionService.cs (1)
327
internal static InteractionOptions Default { get; } =
new
();
5 references to InteractionOptions
Aspire.Hosting (3)
IInteractionService.cs (1)
327
internal static
InteractionOptions
Default { get; } = new();
InteractionService.cs (2)
388
public
InteractionOptions
Options { get; }
390
public Interaction(string title, string? message,
InteractionOptions
options, InteractionInfoBase interactionInfo, CancellationToken cancellationToken)
Aspire.Hosting.Azure.Tests (1)
tests\Shared\TestInteractionService.cs (1)
10
internal sealed record InteractionData(string Title, string? Message, IReadOnlyList<InteractionInput> Inputs,
InteractionOptions
? Options, TaskCompletionSource<object> CompletionTcs);
Aspire.Hosting.Tests (1)
tests\Shared\TestInteractionService.cs (1)
10
internal sealed record InteractionData(string Title, string? Message, IReadOnlyList<InteractionInput> Inputs,
InteractionOptions
? Options, TaskCompletionSource<object> CompletionTcs);