<< Click to Display Table of Contents >>
Resource
This class provides methods to get resource information.
Constructor Detail
Resource
public Resource(string name, string desc, string[] value)
Gets resource information.
Parameters:
name - Resource field name
desc - Resource description
value - Resource value for each language
Property Detail
Name
public string Name
Resource field name.
Desc
public string Desc
Resource description.
Value
public string[] Value
Resource values for each language.
DescHash
public Hashtable DescHash
Object with key, value in the hash for parsing resource description.