Click or drag to resize
Infosoft Logo

IJobExecutionEntityService Interface

A base repository service for manipulating JobExecution 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 IJobExecutionEntityService : IJobExecutionQueryService, 
	IBusinessService

The IJobExecutionEntityService type exposes the following members.

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