Table of Contents

INotificationSenderRegisterInfo 接口

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

代表可发送提醒的提供方注册信息。

public interface INotificationSenderRegisterInfo : INotifyPropertyChanged, INotifyPropertyChanging
继承成员

属性

Description

描述

string Description { get; set; }

属性值

string

Name

提醒提供方名称

string Name { get; set; }

属性值

string

ProviderGuid

提供方GUID

Guid ProviderGuid { get; set; }

属性值

Guid

ProviderInstance

提供方实例

INotificationProvider ProviderInstance { get; }

属性值

INotificationProvider

ProviderSettings

提供方设置

NotificationSettings ProviderSettings { get; set; }

属性值

NotificationSettings