AVShinin.DataModel.Utils 1.0.2

dotnet add package AVShinin.DataModel.Utils --version 1.0.2
NuGet\Install-Package AVShinin.DataModel.Utils -Version 1.0.2
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="AVShinin.DataModel.Utils" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AVShinin.DataModel.Utils --version 1.0.2
#r "nuget: AVShinin.DataModel.Utils, 1.0.2"
#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 AVShinin.DataModel.Utils as a Cake Addin
#addin nuget:?package=AVShinin.DataModel.Utils&version=1.0.2

// Install AVShinin.DataModel.Utils as a Cake Tool
#tool nuget:?package=AVShinin.DataModel.Utils&version=1.0.2

Utilities for organizations MVVM

Include Files:
Command.cs
NotifyChanger.cs
ObservableStack.cs

Using Command Class:
public Command AllCommand{get;set;}
...
AllCommand = Command.Register(On_AllCommand);
...
private void On_AllCommand(object obj){}

Using NotifyChanger Class:
public class Model : NotifyChanger
{
...
public string Prop1
{
get{return Get<string>();}
set{Set(value);}
}
...
public List<string> Prop2
{
get{return Get<List<string>>();}
set{Set(value);}
}
}

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.2 1,409 4/13/2017