ExportTemplateNotificationEventBase<TEntity>
public abstract class ExportTemplateNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : ExportTemplateReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
ExportTemplateNotificationEventBase<TEntity>
public ExportTemplateNotificationEventBase(TEntity exportTemplate)
Properties
ExportTemplate
public TEntity ExportTemplate { get; }