GREET API
Exposed interfaces to create modules that can be loaded in GREET
 All Classes Namespaces Files Functions Enumerations Enumerator Properties Events
IInputResourceReference.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.Resource
8 {
13  [Obfuscation(Feature = "renaming", Exclude = true)]
14  public interface IInputResourceReference
15  {
19  [Obfuscation(Feature = "renaming", Exclude = true)]
20  int ResourceId { get; }
21 
27  [Obfuscation(Feature = "renaming", Exclude = true)]
28  int SourceMixOrPathwayID { get; }
29 
33  [Obfuscation(Feature = "renaming", Exclude = true)]
35  { get; }
36  }
37 }
SourceType
Those are possible options for the main input source
Definition: PluginEnums.cs:19
Defines a reference to an input source, if a process has an input coming from a pathway this will rep...