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
- I
Reactive Notify Property Changed <IReactiveObject> - IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- I
Handle Observable Errors
- Implementing Types
graph BT
Type-.->Interface0["IMvxViewModel"]
Type-.->Interface1["IReactiveNotifyPropertyChanged<IReactiveObject>"]
Type-.->Interface2["IReactiveObject"]
Type-.->Interface3["INotifyPropertyChanged"]
Type-.->Interface4["INotifyPropertyChanging"]
Type-.->Interface5["IEnableLogger"]
Type-.->Interface6["IHandleObservableErrors"]
Type["IMvxReactiveViewModel"]
class Type type-node
Implementing0["IMvxReactiveViewModel<TParameter>"]-.->Type
click Implementing0 "/api/Rocket.Surgery.ReactiveUI.Interop.MvvmCross/IMvxReactiveViewModel_1"
Implementing1["MvxReactiveViewModel"]-.->Type
click Implementing1 "/api/Rocket.Surgery.ReactiveUI.Interop.MvvmCross/MvxReactiveViewModel"
Implementing2["IMvxReactiveViewModel<TParameter, TResult>"]-.->Type
click Implementing2 "/api/Rocket.Surgery.ReactiveUI.Interop.MvvmCross/IMvxReactiveViewModel_2"
Syntax
public interface IMvxReactiveViewModel : IMvxViewModel,
IReactiveNotifyPropertyChanged<IReactiveObject>, IReactiveObject, INotifyPropertyChanged,
INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|