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