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

More...

Inheritance diagram for Greet.DataStructureV3.Entities.Pathways:

Public Member Functions

void AddValue (IPathway value)
 
IPathway CreateValue (IData data, int type=0)
 
bool DeleteValue (IData data, int key)
 
int GetFirstIdUnused (int[] ids)
 Return the first unused id for the pathways More...
 
bool KeyExists (int key)
 
bool ReadDB (GData data, XmlNode pathways)
 Read the xml file and create an array of pathways More...
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 Saves the data as an XML file More...
 
IPathway ValueForKey (int key)
 

Public Attributes

bool fullyLoaded = false
 
bool loaded = false
 
string notes = ""
 

Properties

IEnumerable< IPathwayAllValues [get]
 

Detailed Description

Member Function Documentation

int Greet.DataStructureV3.Entities.Pathways.GetFirstIdUnused ( int[]  ids)

Return the first unused id for the pathways

Returns
bool Greet.DataStructureV3.Entities.Pathways.ReadDB ( GData  data,
XmlNode  pathways 
)

Read the xml file and create an array of pathways

Parameters
filename
Returns
XmlNode Greet.DataStructureV3.Entities.Pathways.ToXmlNode ( XmlDocument  xmlDoc)

Saves the data as an XML file

Parameters
fileInfofull path to the file
Returns

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