ThemeManifest 类
- 程序集
- ClassIsland.Core.dll
代表主题清单信息
public class ThemeManifest : ObservableRecipient, INotifyPropertyChanging, IMarketplaceItemManifest, INotifyPropertyChanged
- 继承
-
ThemeManifest
- 实现
- Derived
- 继承成员
属性
Author
主题作者
public string Author { get; set; }
属性值
Banner
主题 Banner 路径
public string Banner { get; set; }
属性值
Description
主题描述
public string Description { get; set; }
属性值
Id
主题 ID
public string Id { get; set; }
属性值
Name
主题名称
public string Name { get; set; }
属性值
Url
主题 URL
public string Url { get; set; }
属性值
Version
主题版本
public string Version { get; set; }