MyriaTechnologies.Public.Library.vMvvm 1.0.1

There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MyriaTechnologies.Public.Library.vMvvm" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MyriaTechnologies.Public.Library.vMvvm --version 1.0.1
#r "nuget: MyriaTechnologies.Public.Library.vMvvm, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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.

There are no supported framework assets in this package.

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.

Version Downloads Last updated
1.0.4 1,682 9/5/2014
1.0.3 1,273 9/4/2014
1.0.2 1,129 9/4/2014
1.0.1 1,360 9/3/2014
1.0.0 1,127 9/3/2014

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.