IMarketplaceItemInfo 接口
- 程序集
- ClassIsland.Core.dll
代表市场内容的基本信息
public interface IMarketplaceItemInfo : INotifyPropertyChanged
- 继承成员
属性
DownloadProgress
关联的下栽进度
[JsonIgnore]
DownloadProgress? DownloadProgress { get; set; }
属性值
IsAvailableOnMarket
是否在市场上可用
[JsonIgnore]
bool IsAvailableOnMarket { get; }
属性值
IsLocal
是否存在于本地
[JsonIgnore]
bool IsLocal { get; }
属性值
ManifestReadonly
对象清单
[JsonIgnore]
IMarketplaceItemManifest ManifestReadonly { get; }