Click or drag to resize
Infosoft Logo

INotificationResultService Interface

Service for manipulating NotificationResult entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface INotificationResultService : INotificationResultQueryService, 
	IBusinessService

The INotificationResultService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also