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 |
Definition at line 269 of file Recipe.RatingDictionary.cs.
Foodolini.BusinessLogic.Recipe.RatingDictionary.RatingCollection.RatingCollection | ( | RatingDictionary | owner | ) |
Definition at line 272 of file Recipe.RatingDictionary.cs.
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.
Definition at line 270 of file Recipe.RatingDictionary.cs.
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.