BstCreationInfo 10.0.1
How to use
Program.cs
services.AddCreationInfo<ApplicationDbContext>();
Model.cs
: IHasCreationInfo {
public int? CreationUserId { get; set; }
public string CreationUserType { get; set; }
public DateTime CreationTime { get; set; }
public string CreationUserName { get; set; }
}
// If you want to use custom defaults set in BstAutoLog
BstCreationInfoSettings.DefaultUser = "{some user name}";
Showing the top 20 packages that depend on BstCreationInfo.
| Packages | Downloads |
|---|---|
|
BstAutoLog
Bomsite Auto log
|
2 |
|
BstAutoLog
Bomsite Auto log
|
3 |
|
BstAutoLog
Bomsite Auto log
|
4 |
|
BstAutoLog
Bomsite Auto log
|
6 |
|
BstAutoLog
Bomsite Auto log
|
8 |
|
BstAutoLog
Bomsite Auto log
|
9 |
|
BstAutoLog
Bomsite Auto log
|
10 |
|
BstAutoLog
Bomsite Auto log
|
14 |
|
BstAutoLog
Bomsite Auto log
|
16 |
|
BstAutoLog
Bomsite Auto log
|
18 |
|
BstAutoLog
Bomsite Auto log
|
21 |
|
BstAutoLog
Bomsite Auto log
|
35 |
.NET 10.0
- Microsoft.EntityFrameworkCore.Relational (>= 10.0.0)