Info
| Version: | 0.1.8.3 |
| Author(s): | Mohammad Elmi |
| Last Update: | Monday, September 14, 2015 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | http://github.com/melmi/Shiva |
| NuGet Url: | https://www.nuget.org/packages/ShivaMvvm |
Install
Install-Package ShivaMvvm
dotnet add package ShivaMvvm
paket add ShivaMvvm
ShivaMvvm Download (Unzip the "nupkg" after downloading)
Dependencies
- Dynamitey(1.0.2.0)
Tags
It provides a generic ViewModel class that automatically implements INotifyPropertyChanged, IEditableObject and INotifyDataErrorInfo for the wrapped object using Dynamic Proxy method. This class also facilitates configuring validation against some rules using a configuration class with fluent syntax.
Find out more at the project website.