PluginIndex 类
- 命名空间
- ClassIsland.Core.Models.Plugin
- 程序集
- ClassIsland.Core.dll
插件仓库索引
public class PluginIndex : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
PluginIndex
- 实现
- 继承成员
属性
DownloadMirrors
插件下载镜像列表,键为镜像名,值为镜像根。镜像根在下载时会替换PluginInfo中下载链接的{root}模板。
public ObservableDictionary<string, string> DownloadMirrors { get; set; }
属性值
Plugins
插件仓库包含的插件列表
public ObservableCollection<PluginIndexItem> Plugins { get; set; }