Add | Adds a Schedule 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 |
FilterByDateCreated | Overloaded. Filter by the property DateCreated. |
FilterByDuration | Overloaded. Filter by the property Duration. |
FilterByFKCourseID | Overloaded. Filter by the property FKCourseID. |
FilterByFKRoomID | Overloaded. Filter by the property FKRoomID. |
FilterByFKTeacherID | Overloaded. Filter by the property FKTeacherID. |
FilterByID | Overloaded. Filter by the property ID. |
FilterByTimeOfDay | Overloaded. Filter by the property TimeOfDay. |
FilterByWeekday | Overloaded. Filter by the property Weekday. |
FindBy | Overloaded. Find the first in the collection, based on the supplied property. |
FindByDateCreated | Overloaded. Find a Schedule by the property DateCreated. returns null if not found. |
FindByDuration | Overloaded. Find a Schedule by the property Duration. returns null if not found. |
FindByFKCourseID | Overloaded. Find a Schedule by the property FKCourseID. returns null if not found. |
FindByFKRoomID | Overloaded. Find a Schedule by the property FKRoomID. returns null if not found. |
FindByFKTeacherID | Overloaded. Find a Schedule by the property FKTeacherID. returns null if not found. |
FindByID | Overloaded. Find a Schedule by the property ID. returns null if not found. |
FindByTimeOfDay | Overloaded. Find a Schedule by the property TimeOfDay. returns null if not found. |
FindByWeekday | Overloaded. Find a Schedule by the property Weekday. 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. |
SortByDateCreated | Sorts a Schedule by the property DateCreated. |
SortByDuration | Sorts a Schedule by the property Duration. |
SortByFKCourseID | Sorts a Schedule by the property FKCourseID. |
SortByFKRoomID | Sorts a Schedule by the property FKRoomID. |
SortByFKTeacherID | Sorts a Schedule by the property FKTeacherID. |
SortByID | Sorts a Schedule by the property ID. |
SortByTimeOfDay | Sorts a Schedule by the property TimeOfDay. |
SortByWeekday | Sorts a Schedule by the property Weekday. |
ToString (inherited from Object) | Returns a String that represents the current Object. |