Click or drag to resize
Infosoft Logo

IRoadEntityService Interface

A base repository service for manipulating Road 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 IRoadEntityService : IRoadQueryService, 
	IBusinessService

The IRoadEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new Road
Public methodDelete Deletes the specified Road.
Public methodGet Gets a list of Roads matching the specified filter.
(Inherited from IRoadQueryService)
Public methodGetAll Gets all Roads
(Inherited from IRoadQueryService)
Public methodGetSingle Gets a single Road matching the provided filter.
(Inherited from IRoadQueryService)
Public methodUpdate Updates the specified Road
Top
See Also