ORM Sample Class Library

Schedule Members

Schedule overview

Public Instance Properties

Course (inherited from ScheduleOrmTemplate) Gets and Sets the parent OleroTrainingBiz.Course.
DateCreated (inherited from ScheduleOrmTemplate) Gets and Sets the DateCreated.
Duration (inherited from ScheduleOrmTemplate) Gets and Sets the Duration.
Enrollments (inherited from ScheduleOrmTemplate) Exposes the collection of child OleroTrainingBiz.Enrollments.
FKCourseID (inherited from ScheduleOrmTemplate) Gets and Sets the FKCourseID.
FKRoomID (inherited from ScheduleOrmTemplate) Gets and Sets the FKRoomID.
FKTeacherID (inherited from ScheduleOrmTemplate) Gets and Sets the FKTeacherID.
ID (inherited from ScheduleOrmTemplate) Gets the ID.
Item (inherited from ScheduleOrmTemplate) Gets and sets the property at the underlying row index.
Item (inherited from ScheduleOrmTemplate) Gets and sets the property at the underlying row index.
Room (inherited from ScheduleOrmTemplate) Gets and Sets the parent OleroTrainingBiz.Room.
Teacher (inherited from ScheduleOrmTemplate) Gets and Sets the parent OleroTrainingBiz.Teacher.
TimeOfDay (inherited from ScheduleOrmTemplate) Gets and Sets the TimeOfDay.
Weekday (inherited from ScheduleOrmTemplate) Gets and Sets the Weekday.

Public Instance Methods

AddEnrollment (inherited from ScheduleOrmTemplate) Adds a OleroTrainingBiz.Enrollment to the collection.
Delete (inherited from BusinessBase) When CommitAll() is called, the underlying row will be deleted from the database
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
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.
IsDeleted (inherited from ScheduleOrmTemplate) Returns true if the underlying DataRow.RowState is marked as DataRowState.Deleted
NewEnrollment (inherited from ScheduleOrmTemplate) Creates a new OleroTrainingBiz.Enrollment, adding it to the collection.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

DataSet (inherited from Business) The associated dataset for the underlying row.
Relations (inherited from Business) All the relations in the schema.

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.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
OnChanged (inherited from BusinessBase) Method to fire the onListItemChanged event of all parent Collections

Protected Internal Instance Fields

dataRow (inherited from BusinessBase) This is an internal field and should not be used.
Parents (inherited from BusinessBase) Represents an array of the objects' parents. That is, all the collections that it is in.

Explicit Interface Implementations

ICustomTypeDescriptor.GetAttributes (inherited from BusinessBase)GetAttributes
ICustomTypeDescriptor.GetClassName (inherited from BusinessBase)GetClassName
ICustomTypeDescriptor.GetComponentName (inherited from BusinessBase)GetComponentName
ICustomTypeDescriptor.GetConverter (inherited from BusinessBase)GetConverter
ICustomTypeDescriptor.GetDefaultEvent (inherited from BusinessBase)GetDefaultEvent
ICustomTypeDescriptor.GetDefaultProperty (inherited from BusinessBase)GetDefaultProperty
ICustomTypeDescriptor.GetEditor (inherited from BusinessBase)GetEditor
ICustomTypeDescriptor.GetEvents (inherited from BusinessBase)Overloaded. GetEvents
ICustomTypeDescriptor.GetProperties (inherited from BusinessBase)Overloaded. GetProperties
ICustomTypeDescriptor.GetPropertyOwner (inherited from BusinessBase)GetPropertyOwner
IEditableObject.BeginEdit (inherited from BusinessBase)BeginEdit
IEditableObject.CancelEdit (inherited from BusinessBase)CancelEdit
IEditableObject.EndEdit (inherited from BusinessBase)EndEdit

See Also

Schedule Class | OleroTrainingBiz Namespace


rameworkSDKv1.1/cpref/html/frlrfSystemCollectionsCollectionBaseClassOnValidateTopic.htm">OnValidate (inherited from CollectionBase)Performs additional custom processes when validating a value.

Protected Internal Instance Methods