Click or drag to resize
Infosoft Logo

IEventEntityService Interface

A base repository service for manipulating Event 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 IEventEntityService : IEventQueryService, 
	IBusinessService

The IEventEntityService type exposes the following members.

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