Tiraggo.js 2.1.5

dotnet add package Tiraggo.js --version 2.1.5
                    
NuGet\Install-Package Tiraggo.js -Version 2.1.5
                    
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="Tiraggo.js" Version="2.1.5" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tiraggo.js" Version="2.1.5" />
                    
Directory.Packages.props
<PackageReference Include="Tiraggo.js" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tiraggo.js --version 2.1.5
                    
#r "nuget: Tiraggo.js, 2.1.5"
                    
#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.
#:package Tiraggo.js@2.1.5
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tiraggo.js&version=2.1.5
                    
Install as a Cake Addin
#tool nuget:?package=Tiraggo.js&version=2.1.5
                    
Install as a Cake Tool

Tiraggo.js is a JavaScript framework that allows you to work with JavaScript classes the same way in which you would C# classes. No low level Ajax call, just call .save() on your class and it's saved. Your classes are generated via the My2ndGeneration desktop version of the My2ndGeneration Cloud.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.5 139 4/19/2014
2.1.4 48 2/23/2014
2.1.3 48 2/23/2014
2.1.2 49 1/17/2014
2.1.1 49 1/17/2014
2.1.0 49 1/16/2014

Added a load() method to the single entity for custom load methods. Also now add the physical column names to ModifiedColumns as does the C# architecture. You must regenerate your tiraggo.js classes with this build.