NotificationChannelRegisterInfo 类
- 程序集
- ClassIsland.Shared.dll
提醒提供方注册信息
public class NotificationChannelRegisterInfo : ObservableRecipient, INotificationSenderRegisterInfo, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
NotificationChannelRegisterInfo
- 实现
- 继承成员
构造函数
NotificationChannelRegisterInfo(INotificationProvider)
提醒提供方注册信息
public NotificationChannelRegisterInfo(INotificationProvider providerInstance)
参数
providerInstanceINotificationProvider提醒提供方实例
属性
Description
描述
public string Description { get; set; }
属性值
Name
提醒提供方名称
public string Name { get; set; }
属性值
ProviderGuid
提供方GUID
public Guid ProviderGuid { get; set; }
属性值
ProviderInstance
提供方实例
public INotificationProvider ProviderInstance { get; }
属性值
ProviderSettings
提供方设置
public NotificationSettings ProviderSettings { get; set; }