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