Click or drag to resize
Infosoft Logo

IActivityEntityService Interface

A base repository service for manipulating Activity 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 IActivityEntityService : IActivityQueryService, 
	IBusinessService

The IActivityEntityService type exposes the following members.

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