Click or drag to resize
Infosoft Logo

ISystemOccurrenceEntityService Interface

A base repository service for manipulating SystemOccurrence 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 ISystemOccurrenceEntityService : ISystemOccurrenceQueryService, 
	IBusinessService

The ISystemOccurrenceEntityService type exposes the following members.

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