Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection Class Reference

Collaboration diagram for Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection:
Collaboration graph

List of all members.

Public Member Functions

 RatingCollection (RatingDictionary 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

RatingDictionary owner

Detailed Description

Definition at line 269 of file Recipe.RatingDictionary.cs.


Constructor & Destructor Documentation

Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.RatingCollection ( RatingDictionary  owner  ) 

Definition at line 272 of file Recipe.RatingDictionary.cs.


Member Function Documentation

void Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.Add ( double  item  ) 

Definition at line 292 of file Recipe.RatingDictionary.cs.

void Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.Clear (  ) 

Definition at line 296 of file Recipe.RatingDictionary.cs.

bool Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.Contains ( double  item  ) 

Definition at line 300 of file Recipe.RatingDictionary.cs.

void Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.CopyTo ( double[]  array,
int  arrayIndex 
)

Definition at line 308 of file Recipe.RatingDictionary.cs.

IEnumerator<double> Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.GetEnumerator (  ) 

Definition at line 283 of file Recipe.RatingDictionary.cs.

System.Collections.IEnumerator System.Collections.IEnumerable. Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.GetEnumerator (  )  [private]

Definition at line 277 of file Recipe.RatingDictionary.cs.

bool Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.Remove ( double  item  ) 

Definition at line 315 of file Recipe.RatingDictionary.cs.


Member Data Documentation

Definition at line 270 of file Recipe.RatingDictionary.cs.


Property Documentation

int Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.Count [get]

Definition at line 319 of file Recipe.RatingDictionary.cs.

bool Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.IsReadOnly [get]

Definition at line 325 of file Recipe.RatingDictionary.cs.


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.