IMarketplaceItemRepoManifest 接口
- 程序集
- ClassIsland.Core.dll
市场内容仓库清单
public interface IMarketplaceItemRepoManifest : IMarketplaceItemManifest, INotifyPropertyChanged
- 继承成员
属性
ArtifactName
发布工件名称。
string? ArtifactName { get; set; }
属性值
AssetsRoot
资产文件根目录
string AssetsRoot { get; set; }
属性值
RepoName
仓库名称
string RepoName { get; set; }
属性值
示例
MyPlugin
RepoOwner
仓库所有者
string RepoOwner { get; set; }
属性值
示例
HelloWRC