C# Class CTCClassSchedule.Models.SubjectsCoursePrefix

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

Private Properties

Property Type Description
OnCoursePrefixIDChanged void
OnCoursePrefixIDChanging void
OnSubjectIDChanged void
OnSubjectIDChanging void

Public Methods

Method Description
CreateSubjectsCoursePrefix ( global subjectID, global coursePrefixID ) : SubjectsCoursePrefix

Create a new SubjectsCoursePrefix object.

Private Methods

Method Description
OnCoursePrefixIDChanged ( ) : void
OnCoursePrefixIDChanging ( global value ) : void
OnSubjectIDChanged ( ) : void
OnSubjectIDChanging ( global value ) : void

Method Details

CreateSubjectsCoursePrefix() public static method

Create a new SubjectsCoursePrefix object.
public static CreateSubjectsCoursePrefix ( global subjectID, global coursePrefixID ) : SubjectsCoursePrefix
subjectID global Initial value of the SubjectID property.
coursePrefixID global Initial value of the CoursePrefixID property.
return SubjectsCoursePrefix