Table of Contents

IAfterSchoolNotificationProviderSettingsBase 接口

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

放学提醒提供方设置接口

public interface IAfterSchoolNotificationProviderSettingsBase

属性

IsEnabled

是否启用放学提醒

bool IsEnabled { get; set; }

属性值

bool

NotificationMsg

放学提醒文本

string NotificationMsg { get; set; }

属性值

string