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