File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1010 This package includes a .NET Standard MVVM library with helpers such as:
1111 - ObservableObject: a base class for objects implementing the INotifyPropertyChanged interface.
1212 - ObservableRecipient: a base class for observable objects with support for the IMessenger service.
13+ - ObservableValidator: a base class for objects implementing the INotifyDataErrorInfo interface.
1314 - RelayCommand: a simple delegate command implementing the ICommand interface.
14- - Messenger: a messaging system to exchange messages through different loosely-coupled objects.
15+ - AsyncRelayCommand: a delegate command supporting asynchronous operations and cancellation.
16+ - WeakReferenceMessenger: a messaging system to exchange messages through different loosely-coupled objects.
17+ - StrongReferenceMessenger: a high-performance messaging system that trades weak references for speed.
1518 - Ioc: a helper class to configure dependency injection service containers.
1619 </Description >
1720 <PackageTags >UWP Toolkit Windows MVVM MVVMToolkit observable Ioc dependency injection services extensions helpers</PackageTags >
You can’t perform that action at this time.
0 commit comments