Utils DataModel NuGet Package

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);}
}
}
.




Got any Utils DataModel Question?





Info

Version: 1.0.2
Author(s): A.V.Shinin
Last Update: Thursday, April 13, 2017
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/AVShinin.DataModel.Utils


Install
Install-Package AVShinin.DataModel.Utils
dotnet add package AVShinin.DataModel.Utils
paket add AVShinin.DataModel.Utils
AVShinin.DataModel.Utils Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

0

days-since-last-release

2568