Add | Adds a Course to the collection. |
Clear (inherited from CollectionBase) | Removes all objects from the CollectionBase instance. |
Dispose (inherited from CollectionTemplate) | IComponent implemetation |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FilterBy | Overloaded. Filter by the provided property name |
FilterByClassName | Overloaded. Filter by the property ClassName. |
FilterByCost | Overloaded. Filter by the property Cost. |
FilterByDateCreated | Overloaded. Filter by the property DateCreated. |
FilterByID | Overloaded. Filter by the property ID. |
FilterByLongClassDescription | Overloaded. Filter by the property LongClassDescription. |
FindBy | Overloaded. Find the first in the collection, based on the supplied property. |
FindByClassName | Overloaded. Find a Course by the property ClassName. returns null if not found. |
FindByCost | Overloaded. Find a Course by the property Cost. returns null if not found. |
FindByDateCreated | Overloaded. Find a Course by the property DateCreated. returns null if not found. |
FindByID | Overloaded. Find a Course by the property ID. returns null if not found. |
FindByLongClassDescription | Overloaded. Find a Course by the property LongClassDescription. returns null if not found. |
GetEnumerator (inherited from CollectionBase) | Returns an enumerator that can iterate through the CollectionBase instance. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
IndexOf (inherited from CollectionTemplate) | Determines the index of a specific item in the Collection. |
OnListChanged (inherited from CollectionTemplate) | Use to Manually fire the event |
Remove (inherited from CollectionTemplate) | Removes an object from the collection |
RemoveAt (inherited from CollectionBase) | Removes the element at the specified index of the CollectionBase instance. |
SortBy | Overloaded. Returns a sorted collection based on the supplied property name. |
SortByClassName | Sorts a Course by the property ClassName. |
SortByCost | Sorts a Course by the property Cost. |
SortByDateCreated | Sorts a Course by the property DateCreated. |
SortByID | Sorts a Course by the property ID. |
SortByLongClassDescription | Sorts a Course by the property LongClassDescription. |
ToString (inherited from Object) | Returns a String that represents the current Object. |