ORM Sample Class Library

ScheduleCollectionOrmTemplate Members

ScheduleCollectionOrmTemplate overview

Public Instance Constructors

ScheduleCollectionOrmTemplate Constructor Default constructor.

Public Instance Properties

Count (inherited from CollectionBase)Gets the number of elements contained in the CollectionBase instance.
Item Gets or sets the Schedule at the specified index. In C#, this property is the indexer for the IList interface.
Site (inherited from CollectionTemplate) IComponent implemetation

Public Instance Methods

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.
FilterByOverloaded. Filter by the provided property name
FilterByDateCreatedOverloaded. Filter by the property DateCreated.
FilterByDurationOverloaded. Filter by the property Duration.
FilterByFKCourseIDOverloaded. Filter by the property FKCourseID.
FilterByFKRoomIDOverloaded. Filter by the property FKRoomID.
FilterByFKTeacherIDOverloaded. Filter by the property FKTeacherID.
FilterByIDOverloaded. Filter by the property ID.
FilterByTimeOfDayOverloaded. Filter by the property TimeOfDay.
FilterByWeekdayOverloaded. Filter by the property Weekday.
FindByOverloaded. Find the first in the collection, based on the supplied property.
FindByDateCreatedOverloaded. Find a Schedule by the property DateCreated. returns null if not found.
FindByDurationOverloaded. Find a Schedule by the property Duration. returns null if not found.
FindByFKCourseIDOverloaded. Find a Schedule by the property FKCourseID. returns null if not found.
FindByFKRoomIDOverloaded. Find a Schedule by the property FKRoomID. returns null if not found.
FindByFKTeacherIDOverloaded. Find a Schedule by the property FKTeacherID. returns null if not found.
FindByIDOverloaded. Find a Schedule by the property ID. returns null if not found.
FindByTimeOfDayOverloaded. Find a Schedule by the property TimeOfDay. returns null if not found.
FindByWeekdayOverloaded. 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.
SortByOverloaded. 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.

Public Instance Events

Disposed (inherited from CollectionTemplate) IComponent implemetation
ListChanged (inherited from CollectionTemplate) Raised when the list changes.

Protected Instance Properties

InnerList (inherited from CollectionBase)Gets an ArrayList containing the list of elements in the CollectionBase instance.
List (inherited from CollectionBase)Gets an IList containing the list of elements in the CollectionBase instance.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
Match (inherited from CollectionTemplate) Provides the Match method to all inherited classes.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnClear (inherited from CollectionTemplate) 
OnClearComplete (inherited from CollectionTemplate) 
OnInsert (inherited from CollectionBase) Performs additional custom processes before inserting a new element into the CollectionBase instance.
OnInsertComplete (inherited from CollectionTemplate) 
OnRemove (inherited from CollectionBase)Performs additional custom processes when removing an element from the CollectionBase instance.
OnRemoveComplete (inherited from CollectionTemplate) 
OnSet (inherited from CollectionBase) Performs additional custom processes before setting a value in the CollectionBase instance.
OnSetComplete (inherited from CollectionTemplate) 
OnValidate (inherited from CollectionBase)Performs additional custom processes when validating a value.

Protected Internal Instance Fields

addMethod (inherited from CollectionTemplate) 
componentSite (inherited from CollectionTemplate) 
finalType (inherited from CollectionTemplate) 
newMethod (inherited from CollectionTemplate) 

Protected Internal Instance Methods

OnPropertyChanged (inherited from CollectionTemplate) Raises the ListChanged event.

Explicit Interface Implementations

IBindingList.AddIndex (inherited from CollectionTemplate) 
IBindingList.AddNew (inherited from CollectionTemplate) If the parent is supplied ( a parent or the datamanger ) then it will be used to create a new object, providing the object has no parameters on its constructor.
IBindingList.ApplySort (inherited from CollectionTemplate) 
IBindingList.Find (inherited from CollectionTemplate) 
IBindingList.RemoveIndex (inherited from CollectionTemplate) 
IBindingList.RemoveSort (inherited from CollectionTemplate) 
ICollection.CopyTo (inherited from CollectionBase) 
IList.Add (inherited from CollectionBase) 
IList.Contains (inherited from CollectionBase) 
IList.IndexOf (inherited from CollectionBase) 
IList.Insert (inherited from CollectionBase) 
IList.Remove (inherited from CollectionBase) 
ITypedList.GetItemProperties (inherited from CollectionTemplate) Allows the override of the default behaivour of SqlTypes to their native equivalent
ITypedList.GetListName (inherited from CollectionTemplate) Used for DataGridTableStyle

See Also

ScheduleCollectionOrmTemplate Class | OleroTrainingBiz Namespace


rc="privmethod.gif">ITypedList.GetItemProperties (inherited from CollectionTemplate) Allows the override of the default behaivour of SqlTypes to their native equivalent