Announcement 类
- 程序集
- ClassIsland.Core.dll
代表一个应用公告。
public class Announcement : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
Announcement
- 实现
- 继承成员
属性
Details
公告详细信息(Markdown)
public string Details { get; set; }
属性值
DetailsOpenUri
公告详细按钮是否是打开 Uri
public bool DetailsOpenUri { get; set; }
属性值
DetailsUri
详细按钮打开的 Uri
public string DetailsUri { get; set; }
属性值
EndTime
公告结束展示时间
public DateTime EndTime { get; set; }
属性值
Guid
公告 GUID
public Guid Guid { get; set; }
属性值
HasDetails
公告是否有详细信息
public bool HasDetails { get; set; }
属性值
ReadStateStorageScope
公告已读状态存储范围
public ReadStateStorageScope ReadStateStorageScope { get; set; }
属性值
Severity
公告严重程度
public Severity Severity { get; set; }
属性值
StartTime
公告开始展示时间
public DateTime StartTime { get; set; }
属性值
Summary
公告摘要
public string Summary { get; set; }