Class LogEventNotificationRepository
- Namespace
- Dynamicweb.Logging.LogEvents
- Assembly
- Dynamicweb.Core.dll
public class LogEventNotificationRepository
- Inheritance
-
LogEventNotificationRepository
- Inherited Members
-
Constructors
LogEventNotificationRepository()
public LogEventNotificationRepository()
Methods
Delete(LogEventNotification)
public virtual void Delete(LogEventNotification item)
Parameters
item
LogEventNotification
GetAll()
public virtual IEnumerable<LogEventNotification> GetAll()
Returns
- IEnumerable<LogEventNotification>
Save(LogEventNotification)
public virtual void Save(LogEventNotification item)
Parameters
item
LogEventNotification