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

Public Member Functions

 Group (int id, string name)
 
 Group (IData data, XmlNode xmlNode)
 
void FromXmlNode (IData data, XmlNode xmlNode)
 
override string ToString ()
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 

Properties

int Id [get, set]
 
List< int > IncludeInGroups [get, set]
 
string Name [get, set]
 
string Notes [get, set]
 Notes are displayed in the description of the property grid More...
 
bool ShowInResults [get, set]
 Boolean to indicate if the results should be shown for this group in results. More...
 
- Properties inherited from Greet.DataStructureV3.Interfaces.IGroup
int Id [get, set]
 Unique ID among all the groups in their parent object. More...
 
List< int > IncludeInGroups [get, set]
 Defines parent groups if that instance should be included in the sum of other parent groups. As an example the Petroleum group is included into the Fossil Fuel group. More...
 
string Name [get, set]
 Name for that specific instance of a group More...
 
string Notes [get, set]
 Notes that may be associated with that specific group More...
 
bool ShowInResults [get, set]
 If set to true, all IResults instances will be returned containing the sum for that group under the IResults.OnSiteEmissionsGroups the IResults.OnSiteResourcesGroups and the IResults.OnSiteUrbanEmissionsGroups More...
 

Property Documentation

string Greet.DataStructureV3.Entities.Group.Notes
getset

Notes are displayed in the description of the property grid

bool Greet.DataStructureV3.Entities.Group.ShowInResults
getset

Boolean to indicate if the results should be shown for this group in results.


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