IMvxReactiveViewModel Interface

Summary

Interface that represents a MvvmCross ReactiveUI inter operable view model.
Assembly
Rocket.Surgery.ReactiveUI.Interop.MvvmCross.dll
Namespace
Rocket.Surgery.ReactiveUI.Interop.MvvmCross
Interfaces
  • IMvxViewModel
  • IReactiveNotifyPropertyChanged<IReactiveObject>
  • IReactiveObject
  • INotifyPropertyChanged
  • INotifyPropertyChanging
  • IEnableLogger
  • IHandleObservableErrors
Implementing Types
IMvxReactiveViewModel
IMvxViewModel
IReactiveNotifyPropertyChanged
IReactiveObject
INotifyPropertyChanged
INotifyPropertyChanging
IEnableLogger
IHandleObservableErrors

Syntax

public interface IMvxReactiveViewModel : IMvxViewModel, 
    IReactiveNotifyPropertyChanged<IReactiveObject>, IReactiveObject, INotifyPropertyChanged, 
    INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors

Extension Methods