Click or drag to resize
Infosoft Logo

IActiveRouteService Interface

Service for manipulating ActiveRoute entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IActiveRouteService : IActiveRouteQueryService, 
	IBusinessService

The IActiveRouteService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of ActiveRoutes matching the specified filter.
(Inherited from IActiveRouteQueryService)
Public methodGetAll Gets all ActiveRoutes
(Inherited from IActiveRouteQueryService)
Public methodGetSingle Gets a single ActiveRoute matching the provided filter.
(Inherited from IActiveRouteQueryService)
Top
See Also