PluginRepoManifest 类
- 命名空间
- ClassIsland.Core.Models.Plugin
- 程序集
- ClassIsland.Core.dll
插件仓库清单,用于构建插件索引(PluginIndexItem)。
public class PluginRepoManifest : PluginManifest, INotifyPropertyChanging, IMarketplaceItemRepoManifest, IMarketplaceItemManifest, INotifyPropertyChanged
- 继承
-
PluginRepoManifest
- 实现
- 继承成员
属性
ArtifactName
插件发布工件名称。留空将匹配 *.cipx 的发布工件。
public string? ArtifactName { get; set; }
属性值
AssetsRoot
资产文件根目录
public string AssetsRoot { get; set; }
属性值
RepoName
插件仓库名称
public string RepoName { get; set; }
属性值
示例
MyPlugin
RepoOwner
插件仓库所有者
public string RepoOwner { get; set; }
属性值
示例
HelloWRC