ABB.AHC.Models.API 4.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package ABB.AHC.Models.API --version 4.2.0
NuGet\Install-Package ABB.AHC.Models.API -Version 4.2.0
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="ABB.AHC.Models.API" Version="4.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ABB.AHC.Models.API --version 4.2.0
#r "nuget: ABB.AHC.Models.API, 4.2.0"
#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 ABB.AHC.Models.API as a Cake Addin
#addin nuget:?package=ABB.AHC.Models.API&version=4.2.0

// Install ABB.AHC.Models.API as a Cake Tool
#tool nuget:?package=ABB.AHC.Models.API&version=4.2.0

This ABB public API interface defines AHC model implementation. It specifies the set of required methods for the custom model integration.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in 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
6.1.2 1,373 11/7/2023
6.1.2-preview.0 63 10/30/2023
6.1.1 229 10/30/2023
6.1.0 458 9/18/2023
6.0.0 1,097 2/17/2023
5.8.0 6,493 11/24/2022
5.7.0 1,611 11/23/2022
5.6.0 10,831 5/16/2022
5.5.1 3,400 1/31/2022
5.5.0 26,991 1/10/2022
5.4.0 25,043 9/2/2020
5.3.6 3,118 2/3/2020
5.3.5 16,189 6/25/2019
5.3.4 1,527 6/4/2019
5.3.3 7,193 5/29/2019
5.3.2 928 5/28/2019
5.3.0 878 5/28/2019
5.2.7 901 5/28/2019
5.2.6 1,174 5/24/2019
5.2.5 979 5/23/2019
5.2.4 844 5/23/2019
5.2.3 915 5/21/2019
5.2.2 966 5/13/2019
5.2.1 888 5/13/2019
5.2.0 873 5/8/2019
5.1.1 9,920 9/24/2018
5.1.0 1,049 9/24/2018
5.0.4 28,867 4/10/2018
5.0.1 1,918 3/26/2018
4.4.0 6,914 7/13/2017
4.3.0 1,304 7/11/2017
4.2.0 1,284 7/10/2017
4.1.0 1,298 7/10/2017
4.0.0 1,200 7/7/2017
3.2.0 2,288 5/9/2017
3.1.0 1,281 5/8/2017
3.0.0 1,259 4/18/2017
2.2.3 2,730 2/27/2017
2.2.2 1,781 2/23/2017
2.2.1 1,319 2/17/2017
2.2.0 1,430 2/17/2017

4.2.0.0 - Type for ModelOutput.NumericValues fixed
     4.1.0.0 - Type for ModelOutput.ModelErrors changed to list of LocalizedText
     4.0.0.0 - Add fields for additional model outputs (TextValues, NumericValues, DateValues, TextDataSeries, NumericDataSeries). Removed extension methods for conversion between dictionary with data points and list of model parameters. ModelParameters class removed.
     3.2.0.0 - Added extension methods for conversion between dictionary with data points and list of model parameters.
     3.1.0.0 - Add ModelError output for raporting errors related with incorrect inputs.
     3.0.0.0 - Merged Basics DLL into API DLL. Removed most of the interfaces and using classes instead.
     2.2.3.0 - ILocalizedText switched to class LocalizedText.
     2.2.2.0 - IMessage extended with 4 localized text blocks: ConditionText (default), HeaderText, RecommendationText, TimeframeText.
     2.2.1.0 - Serialization of newly added properties.
     2.2.0.0 - IMessage extended with Cost and Urgency.