3 types derived from InteractionInfoBase
Aspire.Hosting (3)
ApplicationModel\InteractionService.cs (3)
553internal sealed class MessageBoxInteractionInfo : InteractionInfoBase 563internal sealed class MessageBarInteractionInfo : InteractionInfoBase 573internal sealed class InputsInteractionInfo : InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
ApplicationModel\InteractionService.cs (2)
526public InteractionInfoBase InteractionInfo { get; } 533public Interaction(string title, string? message, InteractionOptions options, InteractionInfoBase interactionInfo, CancellationToken cancellationToken)