Search
Resource Members
Constructors Properties Methods
 


Instances of the Resource class contain information about arbitrary resources.

The following tables list the members exposed by the Resource type.

 Public Constructors

  Name Description

Resource

Initializes a new instance of the Resource class.

 Public Properties

  Name Description

id

Gets or sets the string identifier for this resource.

name

Gets or sets the name for this resource.

tag

Gets or sets custom data associated with the resource.

 Public Methods

  Name Description

fromJson

Overloaded.  

loadFromXml

Loads the Resource content from an XML element.

saveToXml

Saves the Resource content into an XML element.

toJson

Overloaded.  

 See Also