C# Class CTCClassSchedule.Models.CourseSearch

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: BellevueCollege/ClassSchedule Class Usage Examples

Private Properties

Property Type Description
OnCourseIDChanged void
OnCourseIDChanging void
OnCourseInfoChanged void
OnCourseInfoChanging void
OnCourseKeyChanged void
OnCourseKeyChanging void
OnYearQuarterIDChanged void
OnYearQuarterIDChanging void

Public Methods

Method Description
CreateCourseSearch ( global courseKey, global yearQuarterID, global courseID ) : CourseSearch

Create a new CourseSearch object.

Private Methods

Method Description
OnCourseIDChanged ( ) : void
OnCourseIDChanging ( global value ) : void
OnCourseInfoChanged ( ) : void
OnCourseInfoChanging ( global value ) : void
OnCourseKeyChanged ( ) : void
OnCourseKeyChanging ( global value ) : void
OnYearQuarterIDChanged ( ) : void
OnYearQuarterIDChanging ( global value ) : void

Method Details

CreateCourseSearch() public static method

Create a new CourseSearch object.
public static CreateCourseSearch ( global courseKey, global yearQuarterID, global courseID ) : CourseSearch
courseKey global Initial value of the CourseKey property.
yearQuarterID global Initial value of the YearQuarterID property.
courseID global Initial value of the CourseID property.
return CourseSearch