CalculationWorks.BusinessModel
4.1.0-beta
See the version list below for details.
Install-Package CalculationWorks.BusinessModel -Version 4.1.0-beta
dotnet add package CalculationWorks.BusinessModel --version 4.1.0-beta
<PackageReference Include="CalculationWorks.BusinessModel" Version="4.1.0-beta" />
paket add CalculationWorks.BusinessModel --version 4.1.0-beta
#r "nuget: CalculationWorks.BusinessModel, 4.1.0-beta"
// Install CalculationWorks.BusinessModel as a Cake Addin
#addin nuget:?package=CalculationWorks.BusinessModel&version=4.1.0-beta&prerelease
// Install CalculationWorks.BusinessModel as a Cake Tool
#tool nuget:?package=CalculationWorks.BusinessModel&version=4.1.0-beta&prerelease
Free smart object model library.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- System.Collections.Immutable (>= 1.2.0)
-
.NETPlatform 5.0
- System.Collections (>= 4.0.0)
- System.Collections.Immutable (>= 1.2.0)
- System.Diagnostics.Debug (>= 4.0.0)
- System.Globalization (>= 4.0.0)
- System.IO (>= 4.0.0)
- System.Linq (>= 4.0.0)
- System.ObjectModel (>= 4.0.0)
- System.Resources.ResourceManager (>= 4.0.0)
- System.Runtime (>= 4.0.0)
- System.Runtime.Extensions (>= 4.0.0)
- System.Runtime.Serialization.Primitives (>= 4.0.0)
- System.Threading (>= 4.0.0)
- System.Threading.Tasks (>= 4.0.0)
-
.NETStandard 1.0
- System.Collections.Immutable (>= 1.2.0)
-
MonoAndroid 1.0
- System.Collections.Immutable (>= 1.2.0)
-
MonoTouch 1.0
- System.Collections.Immutable (>= 1.2.0)
-
Windows 8.0
- System.Collections.Immutable (>= 1.2.0)
-
WindowsPhone 8.0
- System.Collections.Immutable (>= 1.2.0)
-
WindowsPhoneApp 8.1
- System.Collections.Immutable (>= 1.2.0)
-
Xamarin.iOS 1.0
- System.Collections.Immutable (>= 1.2.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on CalculationWorks.BusinessModel:
Package | Downloads |
---|---|
CalculationWorks.ViewModel.Windows
A free smart object model library. Supporting Tables, Relations, Transactions, Computed Columns, Undo/Redo, Constraints, Rules... |
|
CalculationWorks.ViewModel.Forms
A free smart object model library. Supporting Tables, Relations, Transactions, Computed Columns, Undo/Redo, Constraints, Rules... |
|
CalculationWorks.BusinessModel.UndoSerialization
A free smart object model library. Supporting Tables, Relations, Transactions, Computed Columns, Undo/Redo, Constraints, Rules... |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.2.0 | 879 | 9/30/2018 |
4.2.0-beta1 | 818 | 4/2/2018 |
4.1.1 | 966 | 12/4/2017 |
4.1.0-beta | 849 | 9/3/2017 |
3.2.1 | 1,085 | 3/2/2016 |
3.0.3 | 1,040 | 1/4/2016 |
3.0.2 | 966 | 12/31/2015 |
- Conceptual changes addressing memory allocation and caching
- Added ID-system to use IDs rather than object-references (rows, cells, rules etc).
- Improved debugging capabilities (Added DebuggerProxies and debug HTML-tables)
- New change notification system, using changeset instead of deferred events
- Added optional transaction serialization (serialized undo-redo session)
- Replaced behavior-system with "Column-Option" and "Table-Option" support.
- Replaced custom function classes with code-fragments (code fragments may call custom functions)