IReportManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Report
The IReportManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | Int64 | Create(T) |
Creates a new instance of the entity
(Inherited from ICreateableT.) |
![]() | void | Delete(Int64) |
Deletes an entity with a specific Id
(Inherited from IDeletableT.) |
![]() | IReport | Details(Int64) |
Get details for entity with specified Id
(Inherited from IDetailsableT.) |
![]() | IEnumerableT, T: ICategory | GetCategories |
Retrieves report categories and their reports
|
![]() | IEnumerableT, T: IReport | Search(String) |
Searches report names and categories for searchTerm
|
![]() | void | Update(T) |
Updates an entity with new values.
(Inherited from IUpdateableT.) |