4 types derived from InteractionInfoBase
Aspire.Hosting (4)
InteractionService.cs (4)
741
internal sealed class MessageBoxInteractionInfo :
InteractionInfoBase
751
internal sealed class NotificationInteractionInfo :
InteractionInfoBase
765
internal sealed class InputsInteractionInfo :
InteractionInfoBase
775
internal sealed class ProgressInteractionInfo :
InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
InteractionService.cs (2)
714
public
InteractionInfoBase
InteractionInfo { get; }
721
public Interaction(string title, string? message, InteractionOptions options,
InteractionInfoBase
interactionInfo, CancellationToken cancellationToken)