Add (inherited from CourseCollectionOrmTemplate) | 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 (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the provided property name |
FilterByClassName (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the property ClassName. |
FilterByCost (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the property Cost. |
FilterByDateCreated (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the property DateCreated. |
FilterByID (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the property ID. |
FilterByLongClassDescription (inherited from CourseCollectionOrmTemplate) | Overloaded. Filter by the property LongClassDescription. |
FindBy (inherited from CourseCollectionOrmTemplate) | Overloaded. Find the first in the collection, based on the supplied property. |
FindByClassName (inherited from CourseCollectionOrmTemplate) | Overloaded. Find a Course by the property ClassName. returns null if not found. |
FindByCost (inherited from CourseCollectionOrmTemplate) | Overloaded. Find a Course by the property Cost. returns null if not found. |
FindByDateCreated (inherited from CourseCollectionOrmTemplate) | Overloaded. Find a Course by the property DateCreated. returns null if not found. |
FindByID (inherited from CourseCollectionOrmTemplate) | Overloaded. Find a Course by the property ID. returns null if not found. |
FindByLongClassDescription (inherited from CourseCollectionOrmTemplate) | 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 (inherited from CourseCollectionOrmTemplate) | Overloaded. Returns a sorted collection based on the supplied property name. |
SortByClassName (inherited from CourseCollectionOrmTemplate) | Sorts a Course by the property ClassName. |
SortByCost (inherited from CourseCollectionOrmTemplate) | Sorts a Course by the property Cost. |
SortByDateCreated (inherited from CourseCollectionOrmTemplate) | Sorts a Course by the property DateCreated. |
SortByID (inherited from CourseCollectionOrmTemplate) | Sorts a Course by the property ID. |
SortByLongClassDescription (inherited from CourseCollectionOrmTemplate) | Sorts a Course by the property LongClassDescription. |
ToString (inherited from Object) | Returns a String that represents the current Object. |