Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection Class Reference

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

List of all members.

Public Member Functions

 PersonCollection (RatingDictionary owner)
IEnumerator< PersonGetEnumerator ()
void Add (Person item)
void Clear ()
bool Contains (Person item)
void CopyTo (Person[] array, int arrayIndex)
bool Remove (Person 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 200 of file Recipe.RatingDictionary.cs.


Constructor & Destructor Documentation

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

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


Member Function Documentation

void Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.Add ( Person  item  ) 

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

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

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

bool Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.Contains ( Person  item  ) 

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

void Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.CopyTo ( Person[]  array,
int  arrayIndex 
)

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

IEnumerator<Person> Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.GetEnumerator (  ) 

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

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

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

bool Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.Remove ( Person  item  ) 

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


Member Data Documentation

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


Property Documentation

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

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

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

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


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

Foodolini 1.0.0 Documentation, generated with DoxyGen.