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