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