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