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

Properties

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...
 

Additional Inherited Members

- Public Member Functions inherited from Greet.DataStructureV3.Interfaces.IXmlObj
void FromXmlNode (IData data, XmlNode node)
 
XmlNode ToXmlNode (XmlDocument xmlDoc)
 

Property Documentation

int Greet.DataStructureV3.Interfaces.IGroup.Id
getset

Unique ID among all the groups in their parent object.

List<int> Greet.DataStructureV3.Interfaces.IGroup.IncludeInGroups
getset

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.

string Greet.DataStructureV3.Interfaces.IGroup.Name
getset

Name for that specific instance of a group

string Greet.DataStructureV3.Interfaces.IGroup.Notes
getset

Notes that may be associated with that specific group

bool Greet.DataStructureV3.Interfaces.IGroup.ShowInResults
getset

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


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