GdNet.Domain
1.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package GdNet.Domain --version 1.2.0
NuGet\Install-Package GdNet.Domain -Version 1.2.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="GdNet.Domain" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add GdNet.Domain --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: GdNet.Domain, 1.2.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 GdNet.Domain as a Cake Addin #addin nuget:?package=GdNet.Domain&version=1.2.0 // Install GdNet.Domain as a Cake Tool #tool nuget:?package=GdNet.Domain&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Base classes for domain entities
Product | Versions 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.
-
.NETFramework 4.5
- GdNet.Common (>= 1.1.0)
NuGet packages (6)
Showing the top 5 NuGet packages that depend on GdNet.Domain:
Package | Downloads |
---|---|
GdNet.Data.EF
Repository base classes for EF |
|
GdNet.DataReferences.Domain
DataReference domain. |
|
GdNet.Domain.AppCommon
AppCommon |
|
GdNet.Layers.AutoMapper
AutoMapper extensions |
|
GdNet.Layers.Services
Service layer base |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 566 | 10/22/2020 |
2.1.0 | 1,147 | 12/25/2017 |
2.0.5 | 1,041 | 7/8/2017 |
2.0.4 | 1,042 | 2/22/2017 |
2.0.3 | 1,291 | 3/21/2016 |
2.0.2 | 1,039 | 3/19/2016 |
2.0.1 | 1,154 | 3/11/2016 |
2.0.0 | 1,108 | 3/10/2016 |
1.5.0 | 1,147 | 1/20/2016 |
1.4.0 | 965 | 1/19/2016 |
1.3.0 | 1,409 | 1/15/2016 |
1.2.0 | 1,017 | 12/26/2015 |
1.1.1 | 1,126 | 9/12/2015 |
1.1.0 | 1,089 | 9/10/2015 |
1.0.1 | 1,060 | 9/10/2015 |
Version 1.2.0
- Save method on multiple entities will return a list of saved entities
Version 1.1.1
- Initialize default values for Id and CreatedAt