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