Skip to content

ChoiceDialogService class

IChoiceDialogService implementation built on top of IDialogService.

public class ChoiceDialogService : IChoiceDialogService

Public Members

name description
ChoiceDialogService() Legacy bridge for code that creates the service directly, without a container. Requires an initialized Current.
ChoiceDialogService(…) Primary constructor. Dependencies are passed explicitly, so the service can be created by any DI container and substituted in tests.
Show<T>(…)

See Also