Class BlazorVmDialogViewFor<T>
Concrete implementation of IVmDialogViewFor<T>:
Defines a view for a dialog with a specific ViewModel.
public abstract class BlazorVmDialogViewFor<T> : MvvmComponentBase<T>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable, IAsyncDisposable, IVmDialogViewFor<T>, IVmDialogView where T : INotifyPropertyChanged
Type Parameters
T
- Inheritance
-
BlazorVmDialogViewFor<T>
- Implements
- Derived
- Inherited Members
Constructors
BlazorVmDialogViewFor()
protected BlazorVmDialogViewFor()
Properties
Dialog
A reference to the dialog, which can be used to close or dismiss it.
public abstract required VmDialogReference Dialog { get; set; }
Property Value
Params
Core parameters that apply to all dialogs.
public abstract required VmDialogParameters Params { get; set; }