Click or drag to resize
Infosoft Logo

INotificationResultEntityService Interface

A base repository service for manipulating NotificationResult 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 INotificationResultEntityService : INotificationResultQueryService, 
	IBusinessService

The INotificationResultEntityService type exposes the following members.

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