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