Psns.Common.Mvc.ViewBuilding
7.0.0-rc4
See the version list below for details.
dotnet add package Psns.Common.Mvc.ViewBuilding --version 7.0.0-rc4
NuGet\Install-Package Psns.Common.Mvc.ViewBuilding -Version 7.0.0-rc4
<PackageReference Include="Psns.Common.Mvc.ViewBuilding" Version="7.0.0-rc4" />
paket add Psns.Common.Mvc.ViewBuilding --version 7.0.0-rc4
#r "nuget: Psns.Common.Mvc.ViewBuilding, 7.0.0-rc4"
// Install Psns.Common.Mvc.ViewBuilding as a Cake Addin #addin nuget:?package=Psns.Common.Mvc.ViewBuilding&version=7.0.0-rc4&prerelease // Install Psns.Common.Mvc.ViewBuilding as a Cake Tool #tool nuget:?package=Psns.Common.Mvc.ViewBuilding&version=7.0.0-rc4&prerelease
Automates the building of CRUD view models from decorated class definitions
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.0
- Microsoft.AspNet.Mvc (>= 4.0.40804)
- Microsoft.AspNet.WebApi.WebHost (>= 4.0.30506)
- Psns.Common.Persistence.Definitions (>= 1.0.3)
- Psns.Common.Web.Adapters (>= 1.0.0.4)
- WebActivatorEx (>= 2.0.6)
-
.NETFramework 4.5
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.AspNet.WebApi.WebHost (>= 5.2.3)
- Psns.Common.Persistence.Definitions (>= 1.0.3)
- Psns.Common.Web.Adapters (>= 1.0.0.4)
- WebActivatorEx (>= 2.0.6)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Psns.Common.Mvc.ViewBuilding:
Package | Downloads |
---|---|
Psns.Common.Mvc.ViewBuilding.Authorized
Adds an authorization layer to ViewBuilding so that only authorized content is displayed |
|
Psns.Common.Mvc.Crudified
Adds built-in CRUD functionality to existing Asp.Net Mvc applications |
|
Psns.Common.Mvc.Skin
The base UI theme for PSNS Mvc Applications |
|
Psns.Common.Mvc.ViewBuilding.Activation
Handles activation and registration of view building components at Mvc App start up |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
7.0.0 | 1,765 | 5/1/2015 |
7.0.0-rc5 | 835 | 5/1/2015 |
7.0.0-rc4 | 1,091 | 4/30/2015 |
7.0.0-rc3 | 1,026 | 4/30/2015 |
7.0.0-rc2 | 1,032 | 4/30/2015 |
6.0.0 | 1,624 | 4/29/2015 |
6.0.0-rc1 | 897 | 4/15/2015 |
5.1.2-rc1 | 910 | 4/14/2015 |
5.1.1.1 | 1,865 | 4/10/2015 |
5.1.1-rc2 | 929 | 4/14/2015 |
5.1.1-rc1 | 906 | 4/14/2015 |
5.1.0.1 | 1,030 | 4/10/2015 |
5.1.0 | 1,467 | 4/10/2015 |
5.1.0-rc1 | 882 | 4/10/2015 |
5.0.0.1 | 1,074 | 4/7/2015 |
5.0.0 | 1,422 | 4/7/2015 |
5.0.0-rc1 | 874 | 4/3/2015 |
4.3.0-rc1 | 877 | 4/3/2015 |
4.3.0-beta1 | 870 | 4/3/2015 |
4.2.0-rc2 | 902 | 3/24/2015 |
4.2.0-rc1 | 895 | 3/24/2015 |
4.1.0 | 1,442 | 3/20/2015 |
4.1.0-rc2 | 864 | 3/19/2015 |
4.1.0-rc1 | 863 | 3/18/2015 |
4.0.0-rc1 | 960 | 3/9/2015 |
3.0.0-rc1 | 843 | 3/6/2015 |
2.0.0 | 1,140 | 3/3/2015 |
2.0.0-rc1 | 886 | 3/3/2015 |
1.0.0.2 | 1,487 | 2/24/2015 |
1.0.0.1 | 2,426 | 2/24/2015 |
## 7.0.0
### Features
* Added methods on CrudController for Details and Delete that accept a Model in addition to an Id.
## 6.0.0
### Features
* Added Visit definition to IFilterOptionVisitor to accept a PropertyInfo from an IIdentifiable.
* Made Table, Row, and Column source objects more specific to their actual purpose.
* Allow visitors to the BuildUpdateView method.
* Adding a Ninject module that will bind ICrudViewBuilder to the CrudViewBuilder.
## 5.1.1
### Bug Fixes
* Removing Activator from compilation since it's a code template file.
## 5.1.0
### Features
* Added back in Activator to register controllers and global settings.
## 4.3.0
### Features
* Imported Api IndexViewController from Crudified.Mvc package so that GetFilterOptions can be overridden.
## 4.2.0
### Features
* Allow visitors to be passed in for building index filter options.
## 4.1.0
### Features
* Importing CrudController from Crudified Mvc Model so that CrudViewBuilder can be sub-classed.
## 4.0.0
### Features
* Adding a reference property to view models from which the source object they were built
## 3.0.0
### Features
* Moving IndexView Create Button out of ContextItems and into its own property
## 2.0.0
### Features
* Adding visitor capabilities for the DetailsView
## 2.0.0.0-rc1
### Features
* Updating CrudViewBuild.BuildIndexView to accept IIndexViewVisitor instead of ITableViewVisitor
## 1.0.0.2
### Fixes
* Incrementing version to propagate nuspec corrections.
## 1.0.0.1
### Features
* Adding view models for context menu
## 1.0.0.0
### Features
* Initial Release