IResponse | |
public interface IResponseReportGroupEntityService : IResponseReportGroupQueryService, IBusinessService
The IResponseReportGroupEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new ResponseReportGroup | |
| Delete | Deletes the specified ResponseReportGroup. | |
| Get |
Gets a list of ResponseReportGroups matching the specified filter.
(Inherited from IResponseReportGroupQueryService) | |
| GetAll |
Gets all ResponseReportGroups
(Inherited from IResponseReportGroupQueryService) | |
| GetSingle |
Gets a single ResponseReportGroup matching the provided filter.
(Inherited from IResponseReportGroupQueryService) | |
| Update | Updates the specified ResponseReportGroup |