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