INotification | |
public interface INotificationService : INotificationQueryService, IBusinessService
The INotificationService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Notifications matching the specified filter.
(Inherited from INotificationQueryService) | |
| GetAll |
Gets all Notifications
(Inherited from INotificationQueryService) | |
| GetSingle |
Gets a single Notification matching the provided filter.
(Inherited from INotificationQueryService) |