IViewModel Interface

Assembly
Rocket.Surgery.ReactiveUI.ViewModels.dll
Namespace
Rocket.Surgery.ReactiveUI
Interfaces
  • IReactiveObject
  • INotifyPropertyChanged
  • INotifyPropertyChanging
  • IEnableLogger
Implementing Types
IViewModel
IReactiveObject
INotifyPropertyChanged
INotifyPropertyChanging
IEnableLogger

Syntax

public interface IViewModel : IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, 
    IEnableLogger

Properties

Name Value Summary
ErrorInteraction Interaction<string, bool>
Id string
IsLoading bool

Extension Methods