PluginIndexInfo 类
- 命名空间
- ClassIsland.Core.Models.Plugin
- 程序集
- ClassIsland.Core.dll
插件索引信息
public class PluginIndexInfo : ObservableRecipient, INotifyPropertyChanged, INotifyPropertyChanging
- 继承
-
PluginIndexInfo
- 实现
- 继承成员
属性
Id
插件索引 Guid
public string Id { get; set; }
属性值
Mirrors
此插件源的镜像列表
[JsonIgnore]
public ObservableDictionary<string, string> Mirrors { get; set; }
属性值
SelectedMirror
已选择的镜像
public string SelectedMirror { get; set; }
属性值
Url
插件索引 Url
public string Url { get; set; }