NDProperty 0.0.11
See the version list below for details.
dotnet add package NDProperty --version 0.0.11
NuGet\Install-Package NDProperty -Version 0.0.11
<PackageReference Include="NDProperty" Version="0.0.11" />
paket add NDProperty --version 0.0.11
#r "nuget: NDProperty, 0.0.11"
// Install NDProperty as a Cake Addin #addin nuget:?package=NDProperty&version=0.0.11 // Install NDProperty as a Cake Tool #tool nuget:?package=NDProperty&version=0.0.11
This Framework provides functionality like WPF DependencyObjects. Supporting value inheritance, change notification and Attached Property’s. Support for binding will follow. Easy to use thanks to code generation. For more information see Project site.
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 1.3
- NDProperty.Analyzer (>= 0.0.11)
- NDProperty.Core (>= 0.0.11)
- NDProperty.Generator (>= 0.0.11)
- NDProperty.Generator.Attributes (>= 0.0.11)
- NETStandard.Library (>= 1.6.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NDProperty:
Package | Downloads |
---|---|
NSCI
NSCI (Net Standard Console Interface) is an window system for .NetStandard console applications. It aim's to provide a platform-agnostic graphical user interface .NetStandard (as long as the platform supports a console). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.13.18 | 934 | 11/2/2018 |
0.13.12 | 1,010 | 6/24/2018 |
0.13.11 | 976 | 5/21/2018 |
0.13.10 | 898 | 5/21/2018 |
0.13.9 | 976 | 5/13/2018 |
0.13.8 | 911 | 5/13/2018 |
0.13.7 | 1,034 | 3/18/2018 |
0.13.6 | 975 | 3/11/2018 |
0.13.4 | 940 | 3/10/2018 |
0.13.3 | 981 | 1/20/2018 |
0.13.2 | 910 | 1/14/2018 |
0.13.1 | 1,012 | 1/14/2018 |
0.0.13 | 984 | 1/14/2018 |
0.0.12 | 957 | 1/7/2018 |
0.0.11 | 1,012 | 12/29/2017 |
0.0.10 | 970 | 8/26/2017 |
0.0.9 | 920 | 8/19/2017 |
0.0.8 | 915 | 8/15/2017 |
0.0.7 | 944 | 6/29/2017 |
0.0.6 | 967 | 6/21/2017 |
0.0.5 | 988 | 6/17/2017 |
0.0.4 | 934 | 6/16/2017 |
0.0.3 | 955 | 6/16/2017 |
Changes:
- Added method when other Provider on an Object changes its value
- Added additional listeners to every provider
- Added Parameter to ValueProviderConstructor (**Breaking change**)
- Changed Update method on ValueProvider. (**Breaking change**)
Now suporting hasValue to delete a Value on a Provider.
- Changed OnChangingArg (**Breaking change**)
+ Now it contains NewValue OldValue and CurrentValue. OldValue is the previous value of the Provider, while CurrentValue the value of the Property is before any changes. This can be the same as oldValue but can also originate from a diffent provider.