ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
Report.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.ComponentModel.DataAnnotations;
3
using
ScientificReport
.
DAL
.
Interfaces
;
4
5
namespace
ScientificReport
.DAL.Entities.Reports
6
{
7
public
abstract
class
Report
:
ITrackable
8
{
9
[Key]
10
virtual
public
Guid Id {
get
;
set
; }
11
12
virtual
public
DateTime Created {
get
;
set
; }
13
virtual
public
DateTime Edited {
get
;
set
; }
14
}
15
}
System
ScientificReport.DAL
ScientificReport.DAL.Interfaces
Definition:
IRepository.cs:5
ScientificReport.DAL.Entities.Reports.Report
Definition:
Report.cs:7
ScientificReport
ScientificReport.DAL.Interfaces.ITrackable
Definition:
ITrackable.cs:6
ScientificReport.DAL
Entities
Reports
Report.cs
Generated by
1.8.11