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

An idependent item represents the chain of dependency between entities in GREET for instance, a Pathway depends on the Process within that pathway. More...

Inheritance diagram for PlugInsInterfaces.DataTypes.IDependentItem:
Collaboration diagram for PlugInsInterfaces.DataTypes.IDependentItem:

Public Member Functions

bool Equals (IDependentItem other)
 Returns true if the dependent item passed as an argument is equal to the current instance they can be different instances but represents the same object More...
 

Properties

int Id [get]
 ID among the other dependent items of the parent More...
 
String Name [get]
 A name for that dependent item More...
 
int Resource [get]
 Resource if the dependent item has one More...
 
String ResourceName [get]
 Resource name if the dependent item has one More...
 
String TypeName [get]
 Type name to define which data type is necessary for this dependent item More...
 
PlugInsInterfaces.DataTypes.PluginEnums.itemType Type [get]
 Type name to define which data type is necessary for this dependent item More...
 

Detailed Description

An idependent item represents the chain of dependency between entities in GREET for instance, a Pathway depends on the Process within that pathway.

Definition at line 14 of file IDependentItem.cs.

Member Function Documentation

bool PlugInsInterfaces.DataTypes.IDependentItem.Equals ( IDependentItem  other)

Returns true if the dependent item passed as an argument is equal to the current instance they can be different instances but represents the same object

Parameters
other
Returns

Property Documentation

int PlugInsInterfaces.DataTypes.IDependentItem.Id
get

ID among the other dependent items of the parent

Definition at line 20 of file IDependentItem.cs.

String PlugInsInterfaces.DataTypes.IDependentItem.Name
get

A name for that dependent item

Definition at line 25 of file IDependentItem.cs.

int PlugInsInterfaces.DataTypes.IDependentItem.Resource
get

Resource if the dependent item has one

Definition at line 30 of file IDependentItem.cs.

String PlugInsInterfaces.DataTypes.IDependentItem.ResourceName
get

Resource name if the dependent item has one

Definition at line 35 of file IDependentItem.cs.

PlugInsInterfaces.DataTypes.PluginEnums.itemType PlugInsInterfaces.DataTypes.IDependentItem.Type
get

Type name to define which data type is necessary for this dependent item

Definition at line 45 of file IDependentItem.cs.

String PlugInsInterfaces.DataTypes.IDependentItem.TypeName
get

Type name to define which data type is necessary for this dependent item

Definition at line 40 of file IDependentItem.cs.


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