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