Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection Class Reference

Collaboration diagram for Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection:
Collaboration graph

List of all members.

Public Member Functions

 NutritionDefinitionCollection (NutritionDictionary owner)
IEnumerator< NutrientGetEnumerator ()
void Add (Nutrient item)
void Clear ()
bool Contains (Nutrient item)
void CopyTo (Nutrient[] array, int arrayIndex)
bool Remove (Nutrient item)

Properties

int Count [get]
bool IsReadOnly [get]

Private Member Functions

System.Collections.IEnumerator
System.Collections.IEnumerable. 
GetEnumerator ()

Private Attributes

NutritionDictionary owner

Detailed Description

Definition at line 253 of file Ingredient.NutritionDictionary.cs.


Constructor & Destructor Documentation

Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.NutritionDefinitionCollection ( NutritionDictionary  owner  ) 

Definition at line 256 of file Ingredient.NutritionDictionary.cs.


Member Function Documentation

void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.Add ( Nutrient  item  ) 

Definition at line 277 of file Ingredient.NutritionDictionary.cs.

void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.Clear (  ) 

Definition at line 281 of file Ingredient.NutritionDictionary.cs.

bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.Contains ( Nutrient  item  ) 

Definition at line 285 of file Ingredient.NutritionDictionary.cs.

void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.CopyTo ( Nutrient[]  array,
int  arrayIndex 
)

Definition at line 289 of file Ingredient.NutritionDictionary.cs.

System.Collections.IEnumerator System.Collections.IEnumerable. Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.GetEnumerator (  )  [private]

Definition at line 270 of file Ingredient.NutritionDictionary.cs.

IEnumerator<Nutrient> Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.GetEnumerator (  ) 

Definition at line 261 of file Ingredient.NutritionDictionary.cs.

bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.Remove ( Nutrient  item  ) 

Definition at line 296 of file Ingredient.NutritionDictionary.cs.


Member Data Documentation

Definition at line 255 of file Ingredient.NutritionDictionary.cs.


Property Documentation

int Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.Count [get]

Definition at line 300 of file Ingredient.NutritionDictionary.cs.

bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionDefinitionCollection.IsReadOnly [get]

Definition at line 304 of file Ingredient.NutritionDictionary.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.