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 |