Summary
Interface that represents a FreshMvvm ReactiveUI inter operable view model.
- Assembly
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm .dll - Namespace
- Rocket
.Surgery .ReactiveUI .Interop .FreshMvvm - Interfaces
-
- I
Reactive Notify Property Changed <IReactiveObject> - IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- I
Handle Observable Errors
- I
- Implementing Types
graph BT
Type-.->Interface0["IReactiveNotifyPropertyChanged<IReactiveObject>"]
Type-.->Interface1["IReactiveObject"]
Type-.->Interface2["INotifyPropertyChanged"]
Type-.->Interface3["INotifyPropertyChanging"]
Type-.->Interface4["IEnableLogger"]
Type-.->Interface5["IHandleObservableErrors"]
Type["IFreshReactiveViewModel"]
class Type type-node
Implementing0["FreshReactiveViewModel"]-.->Type
click Implementing0 "/api/Rocket.Surgery.ReactiveUI.Interop.FreshMvvm/FreshReactiveViewModel"
Syntax
public interface IFreshReactiveViewModel : 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.
|
See Also
- ReactiveUI.IReactiveObject
- ReactiveUI.IReactiveObject
- ReactiveUI.IHandleObservableErrors