Click or drag to resize
Infosoft Logo

IReportSourceEntityService Interface

A base repository service for manipulating ReportSource 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 IReportSourceEntityService : IReportSourceQueryService, 
	IBusinessService

The IReportSourceEntityService type exposes the following members.

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