GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
IFuelProductionEntity.cs
Go to the documentation of this file.
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 using System.Reflection;
6 
7 namespace PlugInsInterfaces.DataTypes.Mix
8 {
12  [Obfuscation(Feature = "renaming", Exclude = true)]
13  public interface IFuelProductionEntity
14  {
15 
19  [Obfuscation(Feature = "renaming", Exclude = true)]
20  int MixOrPathwayId { get; }
21 
25  [Obfuscation(Feature = "renaming", Exclude = true)]
26  PluginEnums.SourceType SourceType { get; }
27  }
28 }
SourceType
Those are possible options for the main input source
Definition: PluginEnums.cs:19
A fuel production entity represents either a pathway or a mix as a entity within a mix ...