Table of Contents

Announcement 类

命名空间
ClassIsland.Core.Models.Metadata.Announcement
程序集
ClassIsland.Core.dll

代表一个应用公告。

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

属性

Details

公告详细信息(Markdown)

public string Details { get; set; }

属性值

string

DetailsOpenUri

公告详细按钮是否是打开 Uri

public bool DetailsOpenUri { get; set; }

属性值

bool

DetailsUri

详细按钮打开的 Uri

public string DetailsUri { get; set; }

属性值

string

EndTime

公告结束展示时间

public DateTime EndTime { get; set; }

属性值

DateTime

Guid

公告 GUID

public Guid Guid { get; set; }

属性值

Guid

HasDetails

公告是否有详细信息

public bool HasDetails { get; set; }

属性值

bool

ReadStateStorageScope

公告已读状态存储范围

public ReadStateStorageScope ReadStateStorageScope { get; set; }

属性值

ReadStateStorageScope

Severity

公告严重程度

public Severity Severity { get; set; }

属性值

Severity

StartTime

公告开始展示时间

public DateTime StartTime { get; set; }

属性值

DateTime

Summary

公告摘要

public string Summary { get; set; }

属性值

string