LGResource class
LG 資源實體包含一些核心數據結構。
建構函式
LGResource(string, string, string) | 建立 LGResource 類別的新實例。 |
屬性
content | 資源內容。 |
full |
磁碟上資源的完整路徑。 |
id | esource 識別符。 |
建構函式詳細資料
LGResource(string, string, string)
建立 LGResource 類別的新實例。
new LGResource(id: string, fullName: string, content: string)
參數
- id
-
string
資源標識碼。
- fullName
-
string
磁碟上資源的完整路徑。
- content
-
string
資源內容。
屬性詳細資料
content
資源內容。
content: string
屬性值
string
fullName
磁碟上資源的完整路徑。
fullName: string
屬性值
string
id
esource 識別符。
id: string
屬性值
string