NotificationProviderRegistryExtensions 类
- 程序集
- ClassIsland.Core.dll
用于注册提醒提供方的IServiceCollection扩展。
public static class NotificationProviderRegistryExtensions
- 继承
-
NotificationProviderRegistryExtensions
- 继承成员
方法
AddNotificationProvider<TNotificationProvider>(IServiceCollection)
注册一个提醒提供方
public static IServiceCollection AddNotificationProvider<TNotificationProvider>(this IServiceCollection services) where TNotificationProvider : NotificationProviderBase
参数
services
IServiceCollectionIServiceCollection 服务集合
返回
类型参数
TNotificationProvider
提醒提供方类型
AddNotificationProvider<TNotificationProvider, TNotificationProviderSettingsControl>(IServiceCollection)
注册一个提醒提供方
public static IServiceCollection AddNotificationProvider<TNotificationProvider, TNotificationProviderSettingsControl>(this IServiceCollection services) where TNotificationProvider : NotificationProviderBase where TNotificationProviderSettingsControl : NotificationProviderControlBase
参数
services
IServiceCollectionIServiceCollection 服务集合
返回
类型参数
TNotificationProvider
提醒提供方类型
TNotificationProviderSettingsControl
提醒提供方设置控件类型