Add | Adds a Room 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 |
FilterByBuilding | Overloaded. Filter by the property Building. |
FilterByCapacity | Overloaded. Filter by the property Capacity. |
FilterByDateCreated | Overloaded. Filter by the property DateCreated. |
FilterByFloor | Overloaded. Filter by the property Floor. |
FilterByID | Overloaded. Filter by the property ID. |
FilterByRoomNumber | Overloaded. Filter by the property RoomNumber. |
FindBy | Overloaded. Find the first in the collection, based on the supplied property. |
FindByBuilding | Overloaded. Find a Room by the property Building. returns null if not found. |
FindByCapacity | Overloaded. Find a Room by the property Capacity. returns null if not found. |
FindByDateCreated | Overloaded. Find a Room by the property DateCreated. returns null if not found. |
FindByFloor | Overloaded. Find a Room by the property Floor. returns null if not found. |
FindByID | Overloaded. Find a Room by the property ID. returns null if not found. |
FindByRoomNumber | Overloaded. Find a Room by the property RoomNumber. 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. |
SortByBuilding | Sorts a Room by the property Building. |
SortByCapacity | Sorts a Room by the property Capacity. |
SortByDateCreated | Sorts a Room by the property DateCreated. |
SortByFloor | Sorts a Room by the property Floor. |
SortByID | Sorts a Room by the property ID. |
SortByRoomNumber | Sorts a Room by the property RoomNumber. |
ToString (inherited from Object) | Returns a String that represents the current Object. |