- Assembly
- Rocket
.Surgery .Airframe .ViewModels .dll - Namespace
- Rocket
.Surgery .Airframe .ViewModels - Interfaces
-
- IReactiveObject
- I
Notify Property Changed - I
Notify Property Changing - IEnableLogger
- Implementing Types
graph BT
Type-.->Interface0["IReactiveObject"]
Type-.->Interface1["INotifyPropertyChanged"]
Type-.->Interface2["INotifyPropertyChanging"]
Type-.->Interface3["IEnableLogger"]
Type["IViewModel"]
class Type type-node
Implementing0["ViewModelBase"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Airframe.ViewModels/ViewModelBase"
Syntax
public interface IViewModel : IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging,
IEnableLogger
Properties
Name | Value | Summary |
---|---|---|
ErrorInteraction | Interaction |
|
Id | string | |
IsLoading | bool |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|