Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Entities.Technologies Class Reference

Container for all of the technology data More...

Inheritance diagram for Greet.DataStructureV3.Entities.Technologies:

Public Member Functions

void AddValue (ITechnology value)
 
ITechnology CreateValue (IData data, int type=0)
 
bool DeleteValue (IData data, int key)
 
string GetTechnologyName (int techId)
 Returns the name of the technology from the techId More...
 
bool KeyExists (int key)
 
bool ReadDB (GData data, XmlNode technologyNode)
 Create instances of technologies from the XML data Supports reading from old technology tree structure and new flatten out structure before June 2013 More...
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 Creates an XMLNode from the data in that class so this object More...
 
ITechnology ValueForKey (int key)
 

Public Attributes

bool fullyLoaded = false
 
bool loaded = false
 

Properties

IEnumerable< ITechnologyAllValues [get]
 

Detailed Description

Container for all of the technology data

Member Function Documentation

string Greet.DataStructureV3.Entities.Technologies.GetTechnologyName ( int  techId)

Returns the name of the technology from the techId

Parameters
techId
Returns
bool Greet.DataStructureV3.Entities.Technologies.ReadDB ( GData  data,
XmlNode  technologyNode 
)

Create instances of technologies from the XML data Supports reading from old technology tree structure and new flatten out structure before June 2013

Parameters
technologyNode
Returns
XmlNode Greet.DataStructureV3.Entities.Technologies.ToXmlNode ( XmlDocument  xmlDoc)

Creates an XMLNode from the data in that class so this object

Parameters
xmlDoc
Returns
The data of this instance as an XMLNode

The documentation for this class was generated from the following file: