Click or drag to resize
Infosoft Logo

IActiveRouteEntityService Interface

A base repository service for manipulating ActiveRoute entities in the database.

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

The IActiveRouteEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new ActiveRoute
Public methodDelete Deletes the specified ActiveRoute.
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)
Public methodUpdate Updates the specified ActiveRoute
Top
See Also