-
-
Notifications
You must be signed in to change notification settings - Fork 49
sharedlibrarycorehelpers Report
RaidMax edited this page May 21, 2023
·
1 revision
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Helpers
SharedLibraryCore.Helpers.Report[[Report]]
end
| Type | Name | Methods |
|---|---|---|
EFClient |
Origin |
get, set |
string |
Reason |
get, set |
DateTime |
ReportedOn |
get, set |
EFClient |
Target |
get, set |
public Report()public EFClient Target { get; set; }public EFClient Origin { get; set; }public string Reason { get; set; }public DateTime ReportedOn { get; set; }Generated with ModularDoc