Add (inherited from StudentCollectionOrmTemplate) | Adds a Student 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 StudentCollectionOrmTemplate) | Overloaded. Filter by the provided property name |
FilterByDateCreated (inherited from StudentCollectionOrmTemplate) | Overloaded. Filter by the property DateCreated. |
FilterByFirstName (inherited from StudentCollectionOrmTemplate) | Overloaded. Filter by the property FirstName. |
FilterByFKContactID (inherited from StudentCollectionOrmTemplate) | Overloaded. Filter by the property FKContactID. |
FilterByID (inherited from StudentCollectionOrmTemplate) | Overloaded. Filter by the property ID. |
FilterByLastName (inherited from StudentCollectionOrmTemplate) | Overloaded. Filter by the property LastName. |
FindBy (inherited from StudentCollectionOrmTemplate) | Overloaded. Find the first in the collection, based on the supplied property. |
FindByDateCreated (inherited from StudentCollectionOrmTemplate) | Overloaded. Find a Student by the property DateCreated. returns null if not found. |
FindByFirstName (inherited from StudentCollectionOrmTemplate) | Overloaded. Find a Student by the property FirstName. returns null if not found. |
FindByFKContactID (inherited from StudentCollectionOrmTemplate) | Overloaded. Find a Student by the property FKContactID. returns null if not found. |
FindByID (inherited from StudentCollectionOrmTemplate) | Overloaded. Find a Student by the property ID. returns null if not found. |
FindByLastName (inherited from StudentCollectionOrmTemplate) | Overloaded. Find a Student by the property LastName. 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 StudentCollectionOrmTemplate) | Overloaded. Returns a sorted collection based on the supplied property name. |
SortByDateCreated (inherited from StudentCollectionOrmTemplate) | Sorts a Student by the property DateCreated. |
SortByFirstName (inherited from StudentCollectionOrmTemplate) | Sorts a Student by the property FirstName. |
SortByFKContactID (inherited from StudentCollectionOrmTemplate) | Sorts a Student by the property FKContactID. |
SortByID (inherited from StudentCollectionOrmTemplate) | Sorts a Student by the property ID. |
SortByLastName (inherited from StudentCollectionOrmTemplate) | Sorts a Student by the property LastName. |
ToString (inherited from Object) | Returns a String that represents the current Object. |