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
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