C# Class CTCClassSchedule.Models.SectionCourseCrosslisting

Inheritance: System.Data.Objects.DataClasses.EntityObject
Afficher le fichier Open project: BellevueCollege/ClassSchedule Class Usage Examples

Private Properties

Свойство Type Description
OnClassIDChanged void
OnClassIDChanging void
OnCourseIDChanged void
OnCourseIDChanging void

Méthodes publiques

Méthode Description
CreateSectionCourseCrosslisting ( global classID, global courseID ) : SectionCourseCrosslisting

Create a new SectionCourseCrosslisting object.

Private Methods

Méthode Description
OnClassIDChanged ( ) : void
OnClassIDChanging ( global value ) : void
OnCourseIDChanged ( ) : void
OnCourseIDChanging ( global value ) : void

Method Details

CreateSectionCourseCrosslisting() public static méthode

Create a new SectionCourseCrosslisting object.
public static CreateSectionCourseCrosslisting ( global classID, global courseID ) : SectionCourseCrosslisting
classID global Initial value of the ClassID property.
courseID global Initial value of the CourseID property.
Résultat SectionCourseCrosslisting