3 types derived from InteractionInfoBase
Aspire.Hosting (3)
InteractionService.cs (3)
545
internal sealed class MessageBoxInteractionInfo :
InteractionInfoBase
555
internal sealed class NotificationInteractionInfo :
InteractionInfoBase
569
internal sealed class InputsInteractionInfo :
InteractionInfoBase
2 references to InteractionInfoBase
Aspire.Hosting (2)
InteractionService.cs (2)
518
public
InteractionInfoBase
InteractionInfo { get; }
525
public Interaction(string title, string? message, InteractionOptions options,
InteractionInfoBase
interactionInfo, CancellationToken cancellationToken)