LGResource class
LG 资源实体包含一些核心数据结构。
构造函数
LGResource(string, string, string) | 创建 LGResource 类的新实例。 |
属性
content | 资源内容。 |
full |
磁盘上资源的完整路径。 |
id | esource id。 |
构造函数详细信息
LGResource(string, string, string)
创建 LGResource 类的新实例。
new LGResource(id: string, fullName: string, content: string)
参数
- id
-
string
资源 ID。
- fullName
-
string
磁盘上资源的完整路径。
- content
-
string
资源内容。
属性详细信息
content
资源内容。
content: string
属性值
string
fullName
磁盘上资源的完整路径。
fullName: string
属性值
string
id
esource id。
id: string
属性值
string