Class ReactiveDialogFragment<TViewModel>
- Namespace
- ReactiveUI.AndroidX
- Assembly
- ReactiveUI.AndroidX.dll
This is a DialogFragment that is both a DialogFragment and has ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
[RequiresDynamicCode("ReactiveDialogFragment uses methods that require dynamic code generation")]
[RequiresUnreferencedCode("ReactiveDialogFragment uses methods that may require unreferenced code")]
public class ReactiveDialogFragment<TViewModel> : ReactiveDialogFragment, IReactiveNotifyPropertyChanged<ReactiveDialogFragment>, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors, IViewFor<TViewModel>, IViewFor, IActivatableView, ICanActivate where TViewModel : class
Type Parameters
TViewModelThe view model type.
- Inheritance
-
ReactiveDialogFragment<TViewModel>
- Implements
-
IEnable
Logger IViewFor <TViewModel>
- Inherited Members
- Extension Methods
Constructors
ReactiveDialogFragment()
Initializes a new instance of the ReactiveDialogFragment<TViewModel> class.
Properties
ViewModel
Gets or sets the strongly typed view model. Override this property to integrate with the platform's binding system.
Property Value
- TView
Model