Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.IProductionItem Interface Reference

A production item can represent a patway or a mix It contains an Id and a type that allows the user to know if we are referencing a pathway or a mix More...

Inheritance diagram for Greet.DataStructureV3.Interfaces.IProductionItem:
Greet.DataStructureV3.Entities.FuelProductionEntity Greet.DataStructureV3.Entities.MixProductionEntity Greet.DataStructureV3.Entities.PathwayProductionEntity

Properties

int MixOrPathwayId [get]
 The ID of the pathway or the mix More...
 
double Share [get]
 In the case of that production item is used in parallel of other, there can be a share associated with this item More...
 
Enumerators.SourceType SourceType [get]
 Can be Pathway or Mix More...
 

Detailed Description

A production item can represent a patway or a mix It contains an Id and a type that allows the user to know if we are referencing a pathway or a mix

Property Documentation

int Greet.DataStructureV3.Interfaces.IProductionItem.MixOrPathwayId
get

The ID of the pathway or the mix

double Greet.DataStructureV3.Interfaces.IProductionItem.Share
get

In the case of that production item is used in parallel of other, there can be a share associated with this item

Enumerators.SourceType Greet.DataStructureV3.Interfaces.IProductionItem.SourceType
get

Can be Pathway or Mix


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