|
ScientificReport
|

Public Types | |
| enum | PublicationTypes { PublicationTypes.Article, PublicationTypes.ScientificWork, PublicationTypes.ReportThesis, PublicationTypes.Other } |
Public Member Functions | |
| PublicationCreateModel () | |
| PublicationCreateModel (DAL.Entities.Publications.Publication publication) | |
| DAL.Entities.Publications.Publication | ToPublication () |
| DAL.Entities.Publications.Article | ToArticle () |
Properties | |
| Models.Publication | Publication [get, set] |
| ArticleModel | Article [get, set] |
| ScientificWork | ScientificWork [get, set] |
| ReportThesisModel | ReportThesis [get, set] |
| PublicationTypes | PublicationType [get, set] |
Definition at line 7 of file PublicationCreateModel.cs.
| Enumerator | |
|---|---|
| Article | |
| ScientificWork | |
| ReportThesis | |
| Other | |
Definition at line 19 of file PublicationCreateModel.cs.
| ScientificReport.DTO.Models.Publication.PublicationCreateModel.PublicationCreateModel | ( | ) |
Definition at line 24 of file PublicationCreateModel.cs.
| ScientificReport.DTO.Models.Publication.PublicationCreateModel.PublicationCreateModel | ( | DAL.Entities.Publications.Publication | publication | ) |
Definition at line 29 of file PublicationCreateModel.cs.
| DAL.Entities.Publications.Article ScientificReport.DTO.Models.Publication.PublicationCreateModel.ToArticle | ( | ) |
Definition at line 69 of file PublicationCreateModel.cs.

| DAL.Entities.Publications.Publication ScientificReport.DTO.Models.Publication.PublicationCreateModel.ToPublication | ( | ) |
Definition at line 54 of file PublicationCreateModel.cs.

|
getset |
Definition at line 11 of file PublicationCreateModel.cs.
|
getset |
Definition at line 9 of file PublicationCreateModel.cs.
|
getset |
Definition at line 17 of file PublicationCreateModel.cs.
|
getset |
Definition at line 15 of file PublicationCreateModel.cs.
|
getset |
Definition at line 13 of file PublicationCreateModel.cs.