This class represent all the information of a game. The XML Element can contain a lot of different sub-element.
- Title: NSString the title of the game
- Genre: NSString the genres of the game. To return multiple Genres you can putting more than a Genre element (ex <Genre>Genre1</Genre> <Genre>Genre2</Genre>) or in the same element you can divide different Genres with "; " (; and a space character) (ex <Genre>Genre1; Genre2</Genre>).
- Rating: NSString. the age ranking of the game
- Developer: NSString the Developers of the game. To return multiple Developers you can putting more than a Developer element (ex <Developer>Developer1</Developer> <Developer>Developer2</Developer>) or in the same element you can divide different Developers with "; " (; and a space character) (ex <Developer>Developer1; Developer2</Developer>).
- Producer: NSString the Producers of the game. To return multiple Producers you can putting more than a Producer element (ex <Producer>Producer1</Producer> <Producer>Producer2</Producer>) or in the same element you can divide different Producers with "; " (; and a space character) (ex <Producer>Producer1; Producer2</Producer>).
- Platform: NSString the Platform of the game. To return multiple Platforms you can putting more than a Platform element (ex <Platform>Platform1</Platform> <Platform>Platform2</Platform>) or in the same element you can divide different Platforms with "; " (; and a space character) (ex <Platform>Platform1; Platform2</Platform>).
- SystemRequirement: NSString the System Requirements of the game. To return multiple SystemRequirements you can putting more than a SystemRequirement element (ex <SystemRequirement>SystemRequirement1</SystemRequirement> <SystemRequirement>SystemRequirement2</SystemRequirement>) or in the same element you can divide different SystemRequirements with "; " (; and a space character) (ex <SystemRequirement>SystemRequirement1; SystemRequirement2</SystemRequirement>).
- Languages: NSString the languages of the game. To return multiple Languagess you can putting more than a Languages element (ex <Languages>Languages1</Languages> <Languages>Languages2</Languages>) or in the same element you can divide different Languagess with "; " (; and a space character) (ex <Languages>Languages1; Languages2</Languages>).
- UPC: NSString. Universal Price Code of the item
- Summary: NSString The summary of the item
- Tags: NSString the tags or keywords used to quickly find movies
- Location: NSString. Where your game is saved or kept (can’t be used by Auto complete plug-ins)
- NumberOfDiscs: NSString the number of discs
- Media: NSString the media of the game (es dvd-rom, cd, umd…)
- Release: NSString the date when the game has been (or will be) released. Saved with format YYYY-MM-DD.
- DateAcquired: NSString the date when you get the item. Saved with format YYYY-MM-DD. (can’t be used by Auto complete plug-ins)
- ASIN: NSString the id of the game in the Amazon Engine
- PersonalId: NSString the personal identification code you give to the movie (can’t be used by Auto complete plug-ins)
- VoteRating: NSString your personal rating on the game. The String can contains from 0 to 5 "Star" character. (can’t be used by Auto complete plug-ins)
- DatabaseId: NSString a string that identify the item in the database. (can’t be used by Auto complete plug-ins)
- CoverImageURL: NSString thru url of the cover. (Can be used only be auto complete plug-ins).
- HasMultiplayer: NSString the game support multiplayer? Can have only 2 values YES and NO.
- SpecialEdition: NSString. You have a special edition of the game? Can have only 2 values YES and NO.
- Status: NSNumber. The status of the game can have 5 values: "0" that correspond to Unplayed, "1" that correspond to To Play, "2" that correspnd to Playing, "3" that correspond to Unfinished, "4" that correspond to Completed. (Autocomplete plug-ins can’t use it)
- DateModified: NSString the date when you modified the item informations. Saved with format: YYYY-MM-DD HH:MM ±HHMM (can’t be used by Auto complete plug-ins)
- IsInWishlist: NSString the game is part of one of the item in wishlist? Can have only 2 values YES and NO. (can’t be used by Auto complete plug-ins)
- Lending: can contains multiple value of Lending Class (can’t be used by Autocomplete plug-ins)
- Link: can contains multiple value of Link Class
- You can add any additional key. Beware that the name of the key can’t contain spaces, you can replace them with underscrore, Game Hunter will replace underscore with space before presenting the data to the user.
<Game DatabaseId="ACA2FA91-8427-4943-A025-A1D04B11F8CD">
<DateModified>2009-07-21 18:02 +0200</DateModified>
<DateAcquired>2008-05-08</DateAcquired>
<IsInWishlist>NO</IsInWishlist>
<Location>Joel's Shelf</Location>
<Rating>Teen</Rating>
<Summary>Myst IV: Revelation will challenge you to unravel an intricate mystery, in a world where plantsand machinery have combined. Make your way through a labryinthine plot as you save the D'Ni people. Travel through environments that pulse with life, as you unearth a treacherous scheme involving two of Myst's most sinister villains.</Summary>
<Title>Myst 4: Revelation</Title>
<DatabaseId>ACA2FA91-8427-4943-A025-A1D04B11F8CD</DatabaseId>
<ASIN>B00023XXMW</ASIN>
<NumberOfDiscs>1</NumberOfDiscs>
<Platform>Mac OS X PPC; Windows</Platform>
<HasMultiplayer>NO</HasMultiplayer>
<Media>DVD-ROM</Media>
<Producer>Ubisoft</Producer>
<SpecialEdition>YES</SpecialEdition>
<Status>4</Status>
<UPC>008888681632</UPC>
<Code>0</Code>
<Link>
<LinkURL>http://ecx.images-amazon.com/images/I/51Y1R142CJL._SL500_.jpg</LinkURL>
<LinkName>Screenshot 5</LinkName>
</Link>
</Game>
