Summary
Interface that represents a MvvmCross ReactiveUI inter operable view model.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross - Interfaces
-
- IMvxViewModel
<TParameter> - I
Mvx Reactive View Model - IMvxViewModel
- I
Reactive Notify Property Changed <IReactiveObject> - IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- I
Handle Observable Errors
- IMvxViewModel
Syntax
public interface IMvxReactiveViewModel<TParameter> : IMvxViewModel<TParameter>,
IMvxReactiveViewModel, IMvxViewModel, IReactiveNotifyPropertyChanged<IReactiveObject>,
IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger,
IHandleObservableErrors
Type Parameters
Name | Description |
---|---|
TParameter |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|