NewPlatform.Flexberry.Audit
3.1.1-beta06
See the version list below for details.
dotnet add package NewPlatform.Flexberry.Audit --version 3.1.1-beta06
NuGet\Install-Package NewPlatform.Flexberry.Audit -Version 3.1.1-beta06
<PackageReference Include="NewPlatform.Flexberry.Audit" Version="3.1.1-beta06" />
paket add NewPlatform.Flexberry.Audit --version 3.1.1-beta06
#r "nuget: NewPlatform.Flexberry.Audit, 3.1.1-beta06"
// Install NewPlatform.Flexberry.Audit as a Cake Addin #addin nuget:?package=NewPlatform.Flexberry.Audit&version=3.1.1-beta06&prerelease // Install NewPlatform.Flexberry.Audit as a Cake Tool #tool nuget:?package=NewPlatform.Flexberry.Audit&version=3.1.1-beta06&prerelease
Flexberry Audit package.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | 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. |
-
- NewPlatform.Flexberry.LogService (>= 1.1.0)
- NewPlatform.Flexberry.ORM (>= 5.0.0)
- NewPlatform.Flexberry.Security (>= 2.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on NewPlatform.Flexberry.Audit:
Package | Downloads |
---|---|
NewPlatform.Flexberry.AspNet
Flexberry ASP.NET package. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.1.0-beta01 | 1,122 | 4/11/2022 |
4.0.0 | 8,816 | 6/2/2021 |
4.0.0-beta03 | 1,456 | 9/24/2020 |
4.0.0-beta02 | 465 | 8/7/2020 |
4.0.0-beta01 | 368 | 8/3/2020 |
4.0.0-alpha01 | 433 | 2/11/2020 |
3.2.0 | 461 | 6/2/2021 |
3.1.1-beta06 | 407 | 6/15/2020 |
3.1.1-beta05 | 382 | 5/29/2020 |
3.1.1-beta04 | 388 | 5/12/2020 |
3.1.1-beta03 | 386 | 5/12/2020 |
3.1.1-beta02 | 432 | 9/20/2019 |
3.1.1-beta01 | 418 | 9/6/2019 |
3.1.0 | 1,143 | 6/20/2019 |
3.0.0 | 8,388 | 12/13/2018 |
3.0.0-beta04 | 1,903 | 6/15/2018 |
3.0.0-beta03 | 835 | 3/6/2018 |
3.0.0-beta02 | 791 | 2/20/2018 |
2.0.1-beta02 | 441 | 9/20/2019 |
2.0.1-beta01 | 428 | 9/6/2019 |
2.0.0 | 1,835 | 8/24/2017 |
1.3.0 | 1,290 | 8/23/2017 |
1.2.1 | 1,822 | 2/19/2016 |
1.2.0 | 1,991 | 10/1/2015 |
1. Fix multiple audit of empty master when creating.
2. Updte master FieldNamePrimaryKey field name.
3. Correct caption at AuditField.
4. Change the methods modifier
5. Change all methods modifier
6. Rollback `Audit` methods modifier to protected, but implementing `IAudit`.
7. Replace reflection methods `GetProperty` and `GetValue` with `Information.GetPropValueByName`
8. Added property Audit.DetailedLogEnabled to disable audit log info.
9. Split methods implementing `IAudit` to simplify overriding.