Table of Contents

IMarketplaceItemInfo 接口

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

代表市场内容的基本信息

public interface IMarketplaceItemInfo : INotifyPropertyChanged
继承成员

属性

DownloadProgress

关联的下栽进度

[JsonIgnore]
DownloadProgress? DownloadProgress { get; set; }

属性值

DownloadProgress

IsAvailableOnMarket

是否在市场上可用

[JsonIgnore]
bool IsAvailableOnMarket { get; }

属性值

bool

IsLocal

是否存在于本地

[JsonIgnore]
bool IsLocal { get; }

属性值

bool

ManifestReadonly

对象清单

[JsonIgnore]
IMarketplaceItemManifest ManifestReadonly { get; }

属性值

IMarketplaceItemManifest