MyriaTechnologies.Public.Library.vMvvm
1.0.1
See the version list below for details.
dotnet add package MyriaTechnologies.Public.Library.vMvvm --version 1.0.1
NuGet\Install-Package MyriaTechnologies.Public.Library.vMvvm -Version 1.0.1
<PackageReference Include="MyriaTechnologies.Public.Library.vMvvm" Version="1.0.1" />
paket add MyriaTechnologies.Public.Library.vMvvm --version 1.0.1
#r "nuget: MyriaTechnologies.Public.Library.vMvvm, 1.0.1"
// Install MyriaTechnologies.Public.Library.vMvvm as a Cake Addin #addin nuget:?package=MyriaTechnologies.Public.Library.vMvvm&version=1.0.1 // Install MyriaTechnologies.Public.Library.vMvvm as a Cake Tool #tool nuget:?package=MyriaTechnologies.Public.Library.vMvvm&version=1.0.1
A cross framework portable and lightweight MVVM library. vMvvm is portable MVVM library that works across .NET Framework 4.5, Windows 8, Windows Phone 8.1, Windows Phone Silverlight 8, Xamarin.Android, and Xamarin.iOS. Contains independent unobtrusive validator using validation attribute that can be extended to fit your purpose.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Just extends the view model base class and to add validation, use the ValidationAttribute and its derivations on the property you want to add the validation to.
To extend your own validation, derives from ValidationAttribute.
To signal invalidation of a model, add Invalidate attribute to the property.