INotification |
public interface INotificationResultEntityService : INotificationResultQueryService, IBusinessService
The INotificationResultEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new NotificationResult | |
Delete | Deletes the specified NotificationResult. | |
Get |
Gets a list of NotificationResults matching the specified filter.
(Inherited from INotificationResultQueryService) | |
GetAll |
Gets all NotificationResults
(Inherited from INotificationResultQueryService) | |
GetSingle |
Gets a single NotificationResult matching the provided filter.
(Inherited from INotificationResultQueryService) | |
Update | Updates the specified NotificationResult |