ActivityLogEntriesRenderingNotification
public class ActivityLogEntriesRenderingNotification : NotificationEventBase
Inheritance
- class NotificationEventBase
Namespace
Constructors
ActivityLogEntriesRenderingNotification
public ActivityLogEntriesRenderingNotification(Guid storeId,
IReadOnlyCollection<ActivityLogEntryDto> logEntries)
Properties
LogEntries
public IReadOnlyCollection<ActivityLogEntryDto> LogEntries { get; set; }
StoreId
public Guid StoreId { get; }