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

Public Member Functions

void AddValue (IMix value)
 
IMix CreateValue (IData data, int type=0)
 
bool DeleteValue (IData data, int key)
 
Mix GetMix (int mixId)
 Get a mix object by a reference to the mix id More...
 
bool KeyExists (int key)
 
bool ReadDB (GData data, XmlNode dataNode)
 Reads the XML file and create the data objects for mixes More...
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 Put the data objects in an XML file More...
 
IMix ValueForKey (int key)
 

Properties

IEnumerable< IMixAllValues [get]
 

Member Function Documentation

Mix Greet.DataStructureV3.Entities.Mixes.GetMix ( int  mixId)

Get a mix object by a reference to the mix id

Parameters
mixIdthe id of the mix withing the specified resrouce
Returns
Mix object from the database or null if cannot be found
bool Greet.DataStructureV3.Entities.Mixes.ReadDB ( GData  data,
XmlNode  dataNode 
)

Reads the XML file and create the data objects for mixes

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

Put the data objects in an XML file

Parameters
fileInfothe fileinfo to write the data
Returns

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