Atesh.BindableProperties
1.1.0
See the version list below for details.
dotnet add package Atesh.BindableProperties --version 1.1.0
NuGet\Install-Package Atesh.BindableProperties -Version 1.1.0
<PackageReference Include="Atesh.BindableProperties" Version="1.1.0" />
paket add Atesh.BindableProperties --version 1.1.0
#r "nuget: Atesh.BindableProperties, 1.1.0"
// Install Atesh.BindableProperties as a Cake Addin #addin nuget:?package=Atesh.BindableProperties&version=1.1.0 // Install Atesh.BindableProperties as a Cake Tool #tool nuget:?package=Atesh.BindableProperties&version=1.1.0
Bindable Properties
BindableProperties is a class library which provides a bindable properties system similar to "Microsoft WPF Dependency Properties" and "Xamarin Bindable Properties" systems. The biggest difference of BindableProperties to those systems is that it does NOT depend on any other 3rd party platform or framework such as Microsoft WPF and Xamarin so it can be used by almost any kind of .NET projects.
Features
- Privately settable property class as well as publicly settable one,
- Ability of binding a property to another property (Both privately and publicly),
- Support for empty value,
- Event based value retrieval instead of on-demand value retrieval(classical way) which becomes repetitive and leads to programming errors,
- Mechanism of monitoring other properties (with different value types) for auto-rebinding,
- Optional two-way binding support,
- Value coercing (including validation) support,
- On-demand value retrieval is possible via GetValueVeryExpensively method (Calling it should be avoided to the maximum extend).
Team Members
- Project Lead: Onur "Xtro" Er, Atesh Entertainment Inc. onurer@gmail.com
Download and Install
You can directly install BindableProperties via NuGet.
OR
Download it via "manual download" link in NuGet web page and extract the assembly into your project manually if you don't want to use a NuGet client.
"nupkg" file you downloaded from NuGet web page is a regular zip file. You can change its extension to "zip" and extract it easily.
Examples
Example projects about how to use BindableProperties can be downloaded here.
Important: You may need to restore NuGet packages via the solution right-click menu if you get compile errors.
Contribution
You can easily contribute to the project by just reporting issues to here
If you want to get involved and actively contribute to the project, you can simply do so by sending pull requests to the project lead via bitbucket.com.
Project page on Bitbucket
Git Repo URL: git@bitbucket.org:XtroTheArctic/bindableproperties.git
Please feel free to contact the team members via email at any time.
The Unlicense
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
In jurisdictions that recognize copyright laws, the author or authors of this software dedicate any and all copyright interest in the software to the public domain. We make this dedication for the benefit of the public at large and to the detriment of our heirs and successors. We intend this dedication to be an overt act of relinquishment in perpetuity of all present and future rights to this software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to http://unlicense.org
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- 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.