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