Summary
Object that handles inter operability between a FreshMvvm page model and ReactiveUI view model.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm - Interfaces
-
- I
Fresh Reactive View Model - I
Reactive Notify Property Changed <IReactiveObject> - IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- I
Handle Observable Errors
- I
- Base Types
-
- FreshBasePageModel
graph BT
Type-->Base0["FreshBasePageModel"]
Type-.->Interface0["IFreshReactiveViewModel"]
click Interface0 "/api/Rocket.Surgery.ReactiveUI.Interop.FreshMvvm/IFreshReactiveViewModel"
Type-.->Interface1["IReactiveNotifyPropertyChanged<IReactiveObject>"]
Type-.->Interface2["IReactiveObject"]
Type-.->Interface3["INotifyPropertyChanged"]
Type-.->Interface4["INotifyPropertyChanging"]
Type-.->Interface5["IEnableLogger"]
Type-.->Interface6["IHandleObservableErrors"]
Type["FreshReactiveViewModel"]
class Type type-node
Syntax
public class FreshReactiveViewModel : FreshBasePageModel, IFreshReactiveViewModel,
IReactiveNotifyPropertyChanged<IReactiveObject>, IReactiveObject, INotifyPropertyChanged,
INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors
Constructors
Name | Summary |
---|---|
Fresh |
Events
Name | Type | Summary |
---|---|---|
PropertyChanging | Property |
Properties
Name | Value | Summary |
---|---|---|
Changed | IObservable |
|
Changing | IObservable |
|
ThrownExceptions | IObservable |
Methods
Name | Value | Summary |
---|---|---|
RaisePropertyChanged |
void | |
Raise |
void | |
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.
|
See Also
- FreshMvvm.FreshBasePageModel
IFreshReactiveViewModel