|
ScientificReport
|


Public Member Functions | |
| PatentLicenseActivityService (ScientificReportDbContext context) | |
| virtual IEnumerable< PatentLicenseActivity > | GetAll () |
| virtual IEnumerable< PatentLicenseActivity > | GetAllWhere (Func< PatentLicenseActivity, bool > predicate) |
| virtual IEnumerable< PatentLicenseActivity > | GetItemsByRole (ClaimsPrincipal userClaims) |
| virtual IEnumerable< PatentLicenseActivity > | GetPageByRole (int page, int count, ClaimsPrincipal userClaims) |
| virtual int | GetCountByRole (ClaimsPrincipal userClaims) |
| virtual PatentLicenseActivity | GetById (Guid id) |
| virtual PatentLicenseActivity | Get (Func< PatentLicenseActivity, bool > predicate) |
| virtual void | CreateItem (PatentLicenseActivityModel model) |
| virtual void | UpdateItem (PatentLicenseActivityEditModel model) |
| virtual void | DeleteById (Guid id) |
| virtual bool | Exists (Guid id) |
| virtual void | AddAuthor (PatentLicenseActivity patentLicenseActivity, UserProfile user) |
| virtual void | RemoveAuthor (Guid id, UserProfile user) |
| virtual void | AddApplicant (PatentLicenseActivity patentLicenseActivity, UserProfile user) |
| virtual void | RemoveApplicant (Guid id, UserProfile user) |
| virtual void | AddCoauthor (Guid id, string coauthor) |
| virtual void | RemoveCoauthor (Guid id, string coauthor) |
| virtual void | AddCoApplicant (Guid id, string coApplicant) |
| virtual void | RemoveCoApplicant (Guid id, string coApplicant) |
| virtual IEnumerable< UserProfile > | GetAuthors (Guid id) |
| virtual IEnumerable< UserProfile > | GetApplicants (Guid id) |
| virtual IEnumerable< string > | GetCoauthors (Guid id) |
| virtual IEnumerable< string > | GetCoApplicants (Guid id) |
Definition at line 15 of file PatentLicenseActivityService.cs.
| ScientificReport.BLL.Services.PatentLicenseActivityService.PatentLicenseActivityService | ( | ScientificReportDbContext | context | ) |
Definition at line 21 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 172 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 143 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 230 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 201 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 85 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 133 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 138 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 80 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 28 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 33 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 271 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 259 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 75 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 295 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 283 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 70 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 38 of file PatentLicenseActivityService.cs.

|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 65 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 189 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 160 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 247 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 218 of file PatentLicenseActivityService.cs.
|
virtual |
Implements ScientificReport.BLL.Interfaces.IPatentLicenseActivityService.
Definition at line 96 of file PatentLicenseActivityService.cs.