Table of Contents

IMarketplaceItemRepoManifest 接口

命名空间
ClassIsland.Core.Abstractions.Models.Marketplace
程序集
ClassIsland.Core.dll

市场内容仓库清单

public interface IMarketplaceItemRepoManifest : IMarketplaceItemManifest, INotifyPropertyChanged
继承成员

属性

ArtifactName

发布工件名称。

string? ArtifactName { get; set; }

属性值

string

AssetsRoot

资产文件根目录

string AssetsRoot { get; set; }

属性值

string

RepoName

仓库名称

string RepoName { get; set; }

属性值

string

示例

MyPlugin

RepoOwner

仓库所有者

string RepoOwner { get; set; }

属性值

string

示例

HelloWRC