|
ScientificReport
|


Public Member Functions | |
| ArticleService (ScientificReportDbContext context) | |
| virtual IEnumerable< Article > | GetPage (int page, int count) |
| virtual int | GetCount () |
| virtual IEnumerable< Article > | GetAll () |
| virtual IEnumerable< Article > | GetAllWhere (Func< Article, bool > predicate) |
| virtual Article | GetById (Guid id) |
| virtual Article | Get (Func< Article, bool > predicate) |
| virtual void | CreateItem (Article article) |
| virtual void | UpdateItem (Article article) |
| virtual void | DeleteById (Guid id) |
| virtual bool | Exists (Guid id) |
| virtual void | AddAuthor (Article article, UserProfile user) |
| virtual void | RemoveAuthor (Article article, UserProfile user) |
| virtual IEnumerable< UserProfile > | GetAuthors (Guid id) |
Definition at line 12 of file ArticleService.cs.
| ScientificReport.BLL.Services.ArticleService.ArticleService | ( | ScientificReportDbContext | context | ) |
Definition at line 16 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 71 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 51 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 61 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 66 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 46 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 31 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 36 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 89 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 41 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 26 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 21 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 83 of file ArticleService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IArticleService.
Definition at line 56 of file ArticleService.cs.