LGResource class
LG resource entity, contains some core data structure.
Constructors
LGResource(string, string, string) | Creates a new instance of the LGResource class. |
Properties
content | Resource content. |
full |
The full path to the resource on disk. |
id | esource id. |
Constructor Details
LGResource(string, string, string)
Creates a new instance of the LGResource class.
new LGResource(id: string, fullName: string, content: string)
Parameters
- id
-
string
Resource id.
- fullName
-
string
The full path to the resource on disk.
- content
-
string
Resource content.
Property Details
content
Resource content.
content: string
Property Value
string
fullName
The full path to the resource on disk.
fullName: string
Property Value
string
id
esource id.
id: string
Property Value
string