- Assembly
- Rocket
.Surgery .ReactiveUI .ViewModels .dll - Namespace
- Rocket
.Surgery .ReactiveUI - Interfaces
-
- IViewModel
- IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- Base Types
-
- ReactiveObject
Syntax
public abstract class ViewModelBase : ReactiveObject, IViewModel, IReactiveObject,
INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger
Constructors
Name | Summary |
---|---|
ViewModelBase |
Properties
Name | Value | Summary |
---|---|---|
ErrorInteraction | Interaction |
|
Id | string | |
IsLoading | bool | |
Subscriptions | CompositeDisposable |
Methods
Name | Value | Summary |
---|---|---|
ComposeObservables |
void | |
Initialize |
void | |
RegisterObservers |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|