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

This is the base class for Input and Output classes More...

Inheritance diagram for Greet.DataStructureV3.Entities.AIO:
Greet.DataStructureV3.IHaveMetadata Greet.DataStructureV3.Entities.AOutput Greet.DataStructureV3.Entities.Input Greet.DataStructureV3.Entities.CoProduct Greet.DataStructureV3.Entities.MainOutput Greet.DataStructureV3.Entities.InputWithShare

Public Attributes

Guid id = Guid.NewGuid()
 The IDs are used by the IOTrace matrix which links which inputs are transfered to which outputs It's a way of tracing which are the main inputs by using scalar values instead of a boolean More...
 
int resourceId
 The resource ID for that IO More...
 
LightValue urbanShare = new LightValue("percentage", 0)
 Urban share for that input, we assume that for the IO object the urban share is a calculated value which is set during the ConvertToGeneralIO methods therefore there are not Parameters but LightValues More...
 

Protected Member Functions

 AIO (int resourceId, ParameterTS designAmount)
 
 AIO (GData data, XmlNode node, string optionalParamPrefix)
 

Properties

ParameterTS DesignAmount [get, set]
 
string ModifiedBy [get, set]
 
string ModifiedOn [get, set]
 
string Notes [get, set]
 
int ResourceId [get, set]
 

Detailed Description

This is the base class for Input and Output classes

Member Data Documentation

Guid Greet.DataStructureV3.Entities.AIO.id = Guid.NewGuid()

The IDs are used by the IOTrace matrix which links which inputs are transfered to which outputs It's a way of tracing which are the main inputs by using scalar values instead of a boolean

int Greet.DataStructureV3.Entities.AIO.resourceId

The resource ID for that IO

LightValue Greet.DataStructureV3.Entities.AIO.urbanShare = new LightValue("percentage", 0)

Urban share for that input, we assume that for the IO object the urban share is a calculated value which is set during the ConvertToGeneralIO methods therefore there are not Parameters but LightValues


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