GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
PlugInsInterfaces.DataTypes.Process.IInput Interface Reference

Input of a process More...

Properties

IInputResourceReference ResourceReference [get]
 Returns the source of the Input which might be coming from a Pathway, Pathway Mix, Well, Previous Process More...
 
List< int > TechnologyIds [get]
 Returns the List of Technology ids for the input More...
 
ISequestration sequestrationParameter [get]
 Sequestration parameters that may be attached to an input More...
 
PluginEnums.SourceType Source [get]
 Source for this input, specifies if the resource is coming from previous, a mix, a pathway or a well More...
 
int SourceMixOrPathwayID [get]
 ID in order that points to the source for this input More...
 
int ResourceId [get]
 Resource ID for that input More...
 
int Id [get]
 Unique ID of that input within the limits of the process (used for biogenic carbon propagation) More...
 

Detailed Description

Input of a process

Definition at line 14 of file IInput.cs.

Property Documentation

int PlugInsInterfaces.DataTypes.Process.IInput.Id
get

Unique ID of that input within the limits of the process (used for biogenic carbon propagation)

Definition at line 56 of file IInput.cs.

int PlugInsInterfaces.DataTypes.Process.IInput.ResourceId
get

Resource ID for that input

Definition at line 50 of file IInput.cs.

IInputResourceReference PlugInsInterfaces.DataTypes.Process.IInput.ResourceReference
get

Returns the source of the Input which might be coming from a Pathway, Pathway Mix, Well, Previous Process

Definition at line 20 of file IInput.cs.

ISequestration PlugInsInterfaces.DataTypes.Process.IInput.sequestrationParameter
get

Sequestration parameters that may be attached to an input

Definition at line 32 of file IInput.cs.

PluginEnums.SourceType PlugInsInterfaces.DataTypes.Process.IInput.Source
get

Source for this input, specifies if the resource is coming from previous, a mix, a pathway or a well

Definition at line 38 of file IInput.cs.

int PlugInsInterfaces.DataTypes.Process.IInput.SourceMixOrPathwayID
get

ID in order that points to the source for this input

Definition at line 44 of file IInput.cs.

List<int> PlugInsInterfaces.DataTypes.Process.IInput.TechnologyIds
get

Returns the List of Technology ids for the input

Definition at line 26 of file IInput.cs.


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