Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection Class Reference

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

List of all members.

Public Member Functions

 NutritionValueCollection (NutritionDictionary owner)
IEnumerator< double > GetEnumerator ()
void Add (double item)
void Clear ()
bool Contains (double item)
void CopyTo (double[] array, int arrayIndex)
bool Remove (double 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 316 of file Ingredient.NutritionDictionary.cs.


Constructor & Destructor Documentation

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

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


Member Function Documentation

void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Add ( double  item  ) 

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

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

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

bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Contains ( double  item  ) 

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

void Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.CopyTo ( double[]  array,
int  arrayIndex 
)

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

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

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

IEnumerator<double> Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.GetEnumerator (  ) 

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

bool Foodolini.BusinessLogic.Ingredient.NutritionDictionary.NutritionValueCollection.Remove ( double  item  ) 

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


Member Data Documentation

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


Property Documentation

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

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

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

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


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.