PrintTemplateNotificationEventBase<TEntity>
public abstract class PrintTemplateNotificationEventBase<TEntity> : NotificationEventBase
where TEntity : PrintTemplateReadOnly
Inheritance
- class NotificationEventBase
Namespace
Constructors
PrintTemplateNotificationEventBase<TEntity>
public PrintTemplateNotificationEventBase(TEntity printTemplate)
Properties
PrintTemplate
public TEntity PrintTemplate { get; }