INotification |
public interface INotificationEntityService : INotificationQueryService, IBusinessService
The INotificationEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new Notification | |
Delete | Deletes the specified Notification. | |
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) | |
Update | Updates the specified Notification |