Summary
Object that handles inter operability between a MvvmCross and ReactiveUI view model.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .MvvmCross - Interfaces
-
- 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
- I
- Base Types
-
- MvxViewModel
graph BT
Type-->Base0["MvxViewModel"]
Type-.->Interface0["IMvxReactiveViewModel"]
click Interface0 "/api/Rocket.Surgery.ReactiveUI.Interop.MvvmCross/IMvxReactiveViewModel"
Type-.->Interface1["IMvxViewModel"]
Type-.->Interface2["IReactiveNotifyPropertyChanged<IReactiveObject>"]
Type-.->Interface3["IReactiveObject"]
Type-.->Interface4["INotifyPropertyChanged"]
Type-.->Interface5["INotifyPropertyChanging"]
Type-.->Interface6["IEnableLogger"]
Type-.->Interface7["IHandleObservableErrors"]
Type["MvxReactiveViewModel"]
class Type type-node
Syntax
public class MvxReactiveViewModel : MvxViewModel, IMvxReactiveViewModel, IMvxViewModel,
IReactiveNotifyPropertyChanged<IReactiveObject>, IReactiveObject, INotifyPropertyChanged,
INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors
Constructors
Name | Summary |
---|---|
MvxReactiveViewModel |
Events
Name | Type | Summary |
---|---|---|
PropertyChanged | Property |
|
PropertyChanging | Property |
Properties
Name | Value | Summary |
---|---|---|
Changed | IObservable |
|
Changing | IObservable |
|
ThrownExceptions | IObservable |
Methods
Name | Value | Summary |
---|---|---|
Intercept |
Mvx |
|
RaisePropertyChanged |
void | |
Raise |
void | |
SetProperty |
bool |
Sets the property raising the change event and setting a newer value.
|
Suppress |
IDisposable |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|