Table of Contents

NotificationChannelRegisterInfo 类

命名空间
ClassIsland.Shared.Models.Notification
程序集
ClassIsland.Shared.dll

提醒提供方注册信息

public class NotificationChannelRegisterInfo : ObservableRecipient, INotificationSenderRegisterInfo, INotifyPropertyChanged, INotifyPropertyChanging
继承
NotificationChannelRegisterInfo
实现
继承成员

构造函数

NotificationChannelRegisterInfo(INotificationProvider)

提醒提供方注册信息

public NotificationChannelRegisterInfo(INotificationProvider providerInstance)

参数

providerInstance INotificationProvider

提醒提供方实例

属性

Description

描述

public string Description { get; set; }

属性值

string

Name

提醒提供方名称

public string Name { get; set; }

属性值

string

ProviderGuid

提供方GUID

public Guid ProviderGuid { get; set; }

属性值

Guid

ProviderInstance

提供方实例

public INotificationProvider ProviderInstance { get; }

属性值

INotificationProvider

ProviderSettings

提供方设置

public NotificationSettings ProviderSettings { get; set; }

属性值

NotificationSettings