Property | Type | Description | |
---|---|---|---|
OnCourseIDChanged | void | ||
OnCourseIDChanging | void | ||
OnCourseInfoChanged | void | ||
OnCourseInfoChanging | void | ||
OnCourseKeyChanged | void | ||
OnCourseKeyChanging | void | ||
OnYearQuarterIDChanged | void | ||
OnYearQuarterIDChanging | void |
Method | Description | |
---|---|---|
CreateCourseSearch ( global courseKey, global yearQuarterID, global courseID ) : |
Create a new CourseSearch object.
|
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 |
public static CreateCourseSearch ( global courseKey, global yearQuarterID, global courseID ) : |
||
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 |