IAfterSchoolNotificationProviderSettingsBase 接口
- 程序集
- ClassIsland.Shared.dll
放学提醒提供方设置接口
public interface IAfterSchoolNotificationProviderSettingsBase
属性
IsEnabled
是否启用放学提醒
bool IsEnabled { get; set; }
属性值
NotificationMsg
放学提醒文本
string NotificationMsg { get; set; }