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, TResult> - IMvxViewModel
<TParameter> - IMvxViewModelResult
<TResult> - 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, TResult> : IMvxViewModel<TParameter, TResult>,
IMvxViewModel<TParameter>, IMvxViewModelResult<TResult>, IMvxReactiveViewModel, IMvxViewModel,
IReactiveNotifyPropertyChanged<IReactiveObject>, IReactiveObject, INotifyPropertyChanged,
INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors
Type Parameters
| Name | Description |
|---|---|
| TParameter | The type of the parameter. |
| TResult | The type of the result. |
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- MvvmCross.ViewModels.IMvxViewModel
- ReactiveUI.IReactiveObject
