NotificationProviderBase<TSettings> 类
- 程序集
- ClassIsland.Core.dll
提醒提供方基类。
public abstract class NotificationProviderBase<TSettings> : NotificationProviderBase, INotificationProvider, INotificationSender, IHostedService where TSettings : class
类型参数
TSettings
- 继承
-
NotificationProviderBase<TSettings>
- 实现
- 继承成员
构造函数
NotificationProviderBase()
初始化一个 NotificationProviderBase 类的新实例。
protected NotificationProviderBase()
NotificationProviderBase(bool)
初始化一个 NotificationProviderBase 类的新实例。
protected NotificationProviderBase(bool autoRegister)
参数
autoRegister
bool
属性
Settings
当前提醒提供方的设置
public TSettings Settings { get; }
属性值
- TSettings