ScientificReport
Main Page
Related Pages
Packages
Classes
Files
File List
TeacherReportsScientificWorks.cs
Go to the documentation of this file.
1
using
System
;
2
using
System
.ComponentModel.DataAnnotations;
3
using
ScientificReport
.
DAL
.
Entities
.
Publications
;
4
5
namespace
ScientificReport
.DAL.Entities.Reports
6
{
7
public
class
TeacherReportsScientificWorks
8
{
9
[Key]
10
public
Guid Id {
get
;
set
; }
11
12
public
virtual
TeacherReport
TeacherReport
{
get
;
set
; }
13
14
public
virtual
ScientificWork
ScientificWork
{
get
;
set
; }
15
16
}
17
}
ScientificReport.DAL.Entities.Reports.TeacherReportsScientificWorks
Definition:
TeacherReportsScientificWorks.cs:7
ScientificReport.DAL.Entities.Publications.ScientificWork
Definition:
ScientificWork.cs:6
System
ScientificReport.DAL
ScientificReport.DAL.Entities.Publications
Definition:
Article.cs:4
ScientificReport.DAL.Entities.Reports.TeacherReport
Definition:
TeacherReport.cs:9
ScientificReport.DAL.Entities
Definition:
ApplicantsPatentLicenseActivities.cs:4
ScientificReport
ScientificReport.DAL
Entities
Reports
TeacherReportsScientificWorks.cs
Generated by
1.8.11