Jlw.Data.LocalizedContent 4.1.8851.8794

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Jlw.Data.LocalizedContent --version 4.1.8851.8794
NuGet\Install-Package Jlw.Data.LocalizedContent -Version 4.1.8851.8794
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="Jlw.Data.LocalizedContent" Version="4.1.8851.8794" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Jlw.Data.LocalizedContent --version 4.1.8851.8794
#r "nuget: Jlw.Data.LocalizedContent, 4.1.8851.8794"
#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 Jlw.Data.LocalizedContent as a Cake Addin
#addin nuget:?package=Jlw.Data.LocalizedContent&version=4.1.8851.8794

// Install Jlw.Data.LocalizedContent as a Cake Tool
#tool nuget:?package=Jlw.Data.LocalizedContent&version=4.1.8851.8794

Jlw.LocalizedContent

Pipeline Status

Test Alpha Staging Release
Build and Test Build and Deploy - Alpha Build and Deploy - RC Build and Deploy

Data Repository

Nuget Nuget (with prereleases)

Information / Requirements

Namespace Jlw.Data.LocalizedContent
Target Framework netstandard2.1
Author(s) Jason L. Walker
Copyright Copyright �2012-2022 Jason L. Walker

Dependencies

Dependency Version License Purpose
Jlw.Utilities.Data 4.6.8318.8346 MIT
Microsoft.Extensions.Options 6.0.0 MIT
Newtonsoft.Json 13.0.1 MIT

Razor Class Library

Nuget Nuget (with prereleases)

Information / Requirements

Namespace Jlw.Web.Rcl.LocalizedContent
Target Framework net6.0
Author(s) Jason L. Walker
Copyright Copyright �2019-2022 Jason L. Walker

Back-End Dependencies

Dependency Version License Purpose
BuildWebCompiler 1.12.405 ...
BuildBundlerMinifier 3.2.449 ...
Microsoft.Extensions.FileProviders.Embedded 6.0.9 MIT
Jlw.Utilities.WebApiUtility 1.5.7928.8091 MIT

Front-end Dependencies

Dependency Version License Purpose
@jasonlwalker/jlwappbuilder 1.0.24 MIT
@jasonlwalker/jlwutility 1.1.9 MIT
bootbox.js 5.5.3 MIT
bootswatch 5.1.3 MIT
datatables.net 1.12.1 MIT
datatables.net-bs5 1.12.1 MIT
font-awesome 5.15.4 (OFL-1.1 OR MIT OR CC-BY-4.0)
jquery 3.6.0 MIT Framework library used by other libraries for HTML, DOM, Event, and AJAX manipulation
mar10/fancytree@2.38.1
popper.js 2.11.5 MIT
prism 1.28.0 MIT
prism-themes 1.9.0 MIT
Sortable 1.15.0 MIT
swisnl/jQuery-contextMenu@2.9.2
tinymce 5.8.1 LGPL-2.0
toastr.js 2.1.4 MIT
twitter-bootstrap 5.1.3 MIT Responsive UI, layout, and design framework

SQL Schema

Tables:

Server Database Table Purpose
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.DatabaseAuditTrail Used to store an audit trail of records in JSON format
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.LocalizedContentFields
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.LocalizedContentText
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.LocalizedGroupDataItems

Stored Procedures:

Server Database Stored Procedure Purpose
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_AuditTrailSave_LocalizedContentField Used to insert or update an audit trail record for [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_AuditTrailSave_LocalizedContentText Used to insert or update an audit trail record for [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_AuditTrailSave_LocalizedGroupDataItems Used to insert or update an audit trail record for [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_DeleteLocalizedContentFieldRecord Used to remove matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_DeleteLocalizedContentTextRecord Used to remove the matching record from [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_DeleteLocalizedGroupDataItemRecord Used to remove matching record from [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_DeleteWizardFieldRecursive Used to recursively remove the matching records from [LocalizedContentFields] and [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetComponentList
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetFormFields
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedContentFieldRecord Used to retrieve the first matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedContentFieldsDt Used to generate a DataTable list of matching records from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedContentTextDt Used to generate a DataTable list of matching records from [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedContentTextRecord Used to retrieve the first matching record from [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedGroupDataItemRecord Used to retrieve the first matching record from [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedGroupDataItems Used to retrieve the matching records from [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedGroupDataItemsDt Used to generate a DataTable list of matching records from [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetLocalizedGroupDataItemValue Used to retrieve the first matching record from [LocalizedGroupDataItems]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetWizardContentFieldRecord Used to retrieve the first matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetWizardFields Used to retrieve a grouped list of wizard fields with localized text
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_GetWizardModelFields Used to retrieve a list of the Model Fields that will be passed by the API during wizard interactions.
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_RenameWizardFieldRecursive Used to recursively rename the matching records from [LocalizedContentFields] and [LocalizedContentText] by changing the [FieldKey] column
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_SaveLocalizedContentFieldData Used to retrieve the first matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_SaveLocalizedContentFieldParentOrder Used to retrieve the first matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_SaveLocalizedContentFieldRecord Used to retrieve the first matching record from [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_SaveLocalizedContentTextRecord Used to retrieve the first matching record from [LocalizedContentText]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.sp_SaveLocalizedGroupDataItemRecord Used to retrieve the first matching record from [LocalizedGroupDataItems]

Views:

Server Database View Purpose
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.vwLocalizedContentField_Audit Used to retrieve the Audit records for the table [LocalizedContentFields]
(localdb)SqlLocalDb-SampleApp LocalizedContent dbo.vwLocalizedContentText_Audit Used to retrieve the Audit records for the table [LocalizedContentText]
Product 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 netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Jlw.Data.LocalizedContent:

Package Downloads
Jlw.Web.Rcl.LocalizedContent The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Razor Class Library to implement form and content creation via a database-driven UI

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.0.8536.6605-alpha 695 5/16/2023
4.1.8851.8794 159 3/26/2024
4.1.8851.8631-rc 136 3/26/2024
4.1.8693.5496 760 10/20/2023
4.1.8692.9302-rc 570 10/19/2023
4.1.8692.9297-rc 545 10/19/2023
4.1.8691.9151-alpha 556 10/18/2023
4.1.8691.9122 579 10/18/2023
4.1.8691.9073-rc 562 10/18/2023
4.1.8691.9064-rc 539 10/18/2023
4.1.8564.8821-alpha 709 6/13/2023
4.1.8536.8339-alpha 705 5/16/2023
4.1.8535.6313-alpha 721 5/15/2023
4.1.8535.5753-alpha 716 5/15/2023
4.1.8417.6390 982 1/17/2023
4.0.8262.6811 1,145 8/15/2022
4.0.8214.6854 1,226 6/28/2022
3.1.8172.8649 1,234 5/17/2022
3.1.8172.8222 1,144 5/17/2022
3.1.8172.8013 1,193 5/17/2022
3.1.8172.7650 1,195 5/17/2022
3.1.8172.7329 1,165 5/17/2022
3.1.8158.6448 1,186 5/3/2022
3.1.8158.6227 1,206 5/3/2022
3.1.8157.6914 1,149 5/2/2022
2.0.7975.7849 1,212 11/1/2021
1.5.7928.8219 1,217 9/15/2021
1.1.7919.8677 1,256 9/6/2021
1.1.7919.8279 1,088 9/6/2021

Provided as is