INotificationSenderRegisterInfo 接口
- 程序集
- ClassIsland.Shared.dll
代表可发送提醒的提供方注册信息。
public interface INotificationSenderRegisterInfo : INotifyPropertyChanged, INotifyPropertyChanging
- 继承成员
属性
Description
描述
string Description { get; set; }
属性值
Name
提醒提供方名称
string Name { get; set; }
属性值
ProviderGuid
提供方GUID
Guid ProviderGuid { get; set; }
属性值
ProviderInstance
提供方实例
INotificationProvider ProviderInstance { get; }
属性值
ProviderSettings
提供方设置
NotificationSettings ProviderSettings { get; set; }