Greet 2014
Documentation for the GREET 2014 API
 All Classes Namespaces Functions Variables Enumerations Properties Events
Greet.DataStructureV3.Interfaces.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 Greet.DataStructureV3.Interfaces.IDependentItem:
Greet.DataStructureV3.Entities.DependentItem

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...
 
Greet.DataStructureV3.Interfaces.Enumerators.ItemType Type [get]
 Type name to define which data type is necessary for this dependent item More...
 
String TypeName [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.

Member Function Documentation

bool Greet.DataStructureV3.Interfaces.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

Implemented in Greet.DataStructureV3.Entities.DependentItem.

Property Documentation

int Greet.DataStructureV3.Interfaces.IDependentItem.Id
get

ID among the other dependent items of the parent

String Greet.DataStructureV3.Interfaces.IDependentItem.Name
get

A name for that dependent item

Greet.DataStructureV3.Interfaces.Enumerators.ItemType Greet.DataStructureV3.Interfaces.IDependentItem.Type
get

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

String Greet.DataStructureV3.Interfaces.IDependentItem.TypeName
get

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


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