IFreshReactiveViewModel Interface

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
  • IReactiveNotifyPropertyChanged<IReactiveObject>
  • IReactiveObject
  • INotifyPropertyChanged
  • INotifyPropertyChanging
  • IEnableLogger
  • IHandleObservableErrors
Implementing Types
IFreshReactiveViewModel
IReactiveNotifyPropertyChanged
IReactiveObject
INotifyPropertyChanged
INotifyPropertyChanging
IEnableLogger
IHandleObservableErrors

Syntax

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

Extension Methods

See Also

  • ReactiveUI.IReactiveObject
  • ReactiveUI.IReactiveObject
  • ReactiveUI.IHandleObservableErrors