- 命名空间: Limyee.Extensibility.Api.Entities.Version1
- 程序集: Limyee.Components.dll
定义
interface IInstallableFile { string CfsPath { get; } string FileName { get; set; } Version LastModifiedVersion { get; set; } Guid WidgetProviderId { get; set; } }
属性
名称 |
类型 |
描述 |
默认值 |
选项 |
CfsPath |
string |
|||
FileName |
string |
|||
LastModifiedVersion |
Version |
|||
WidgetProviderId |
Guid |