Public Member Functions | |
PersonCollection (RatingDictionary owner) | |
IEnumerator< Person > | GetEnumerator () |
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 |
Definition at line 200 of file Recipe.RatingDictionary.cs.
Foodolini.BusinessLogic.Recipe.RatingDictionary.PersonCollection.PersonCollection | ( | RatingDictionary | owner | ) |
Definition at line 203 of file Recipe.RatingDictionary.cs.
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.
Definition at line 201 of file Recipe.RatingDictionary.cs.
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.