Table of Contents

IMarketplaceItemManifest 接口

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

代表市场内容的清单信息

public interface IMarketplaceItemManifest : INotifyPropertyChanged
继承成员

属性

Description

描述

string Description { get; set; }

属性值

string

Id

ID

string Id { get; set; }

属性值

string

Name

显示名称

string Name { get; set; }

属性值

string

Version

版本

string Version { get; set; }

属性值

string