Cedita.One.Base.Web.MagicEntityEditor 0.1.7

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Cedita.One.Base.Web.MagicEntityEditor --version 0.1.7
NuGet\Install-Package Cedita.One.Base.Web.MagicEntityEditor -Version 0.1.7
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="Cedita.One.Base.Web.MagicEntityEditor" Version="0.1.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Cedita.One.Base.Web.MagicEntityEditor --version 0.1.7
#r "nuget: Cedita.One.Base.Web.MagicEntityEditor, 0.1.7"
#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 Cedita.One.Base.Web.MagicEntityEditor as a Cake Addin
#addin nuget:?package=Cedita.One.Base.Web.MagicEntityEditor&version=0.1.7

// Install Cedita.One.Base.Web.MagicEntityEditor as a Cake Tool
#tool nuget:?package=Cedita.One.Base.Web.MagicEntityEditor&version=0.1.7

Cedita.One.Base.Web.MagicEntityEditor provides automatic editing ability for database entities in ASP.NET MVC Projects with minimal configuration. Simply extend from EntityEditorController and configure the name/type of your entity to have automatic editing / creation / listing ability for your entities.

You must provide a data store compatible with Cedita.One.Base.Data.IDataStore<TData> for this to work successfully, base data stores are available for EntityFramework in C.O.B.D.EntityFramework.

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.

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

0.1.7 - Add support for Checkbox and Radio form types. For enum types with no preset values in predefined form spec, auto generate Values dropdown.
0.1.6 - Fix a bug when model is null and name is being retrieved.
0.1.5 - Fix issue with predefined form specifications.
0.1.4 - Allow predefined form specification.