ModelWrapper 2.0.0

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

// Install ModelWrapper as a Cake Tool
#tool nuget:?package=ModelWrapper&version=2.0.0

ModelWrapper - Current version 1.1.0

ModelWrapper is a set of tools for enriching model object manipulation, allowing all data sent to the server to be captured by WrapRequest<TModel>, feeding the model object (TModel) and allowing all other information to be extracted and used by extended functionality. - isilveria.

Purpose

ModelWrapper came up to simplify the use of ViewModels by creating a base class that should be used in the project's ViewModels allowing ViewModel to have all of the entity's original attributes, as well as extend functionality to ViewModel.

Functionalities

WrapRequest<Model> - Base class for request ViewModels that extends all entity properties (TModel) and implements features like HTTP basic verbs.

WrapResponse<Model> - Response ViewModels base class that extends all entity properties (TModel) that have been set to return and implements methods to get typed return data.

Usage

...

GitHub

https://github.com/isilveira/ModelWrapper

Nuget

https://www.nuget.org/packages/ModelWrapper

Package Manager

PM> Install-Package ModelWrapper -Version 1.1.0

.NET CLI

> dotnet add package ModelWrapper --version 1.1.0

Packet

> paket add ModelWrapper --version 1.1.0

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 is compatible.  netcoreapp3.1 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 ModelWrapper:

Package Downloads
BAYSOFT.Abstractions

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.13 152 3/18/2024
4.0.12 117 2/22/2024
4.0.11 98 2/7/2024
4.0.10 120 2/3/2024
4.0.9 86 2/1/2024
4.0.8 257 12/12/2023
4.0.7 98 12/11/2023
4.0.6 158 11/28/2023
4.0.5 178 11/23/2023
4.0.4 156 11/18/2023
4.0.3 156 11/12/2023
4.0.2 188 9/2/2023
4.0.1 351 4/22/2023
4.0.0 425 3/25/2023
3.0.0 590 1/30/2022
3.0.0-beta 185 11/19/2021
2.1.1 369 6/10/2021
2.1.0 831 1/18/2020
2.0.2 577 12/6/2019
2.0.1 572 12/4/2019
2.0.0 550 11/20/2019
1.1.0 702 3/22/2019
1.0.1 646 3/20/2019
1.0.0 626 3/20/2019
1.0.0-beta 720 6/28/2018

Wrap<TModel, int> removed & Project implemented