Method | Description | |
---|---|---|
AddToClassSearches ( |
Deprecated Method for adding a new object to the ClassSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCourseMetas ( |
Deprecated Method for adding a new object to the CourseMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToCourseSearches ( |
Deprecated Method for adding a new object to the CourseSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToDepartments ( |
Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToDivisions ( |
Deprecated Method for adding a new object to the Divisions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSectionCourseCrosslistings ( |
Deprecated Method for adding a new object to the SectionCourseCrosslistings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSectionSeats ( |
Deprecated Method for adding a new object to the SectionSeats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSectionsMetas ( |
Deprecated Method for adding a new object to the SectionsMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSubjects ( |
Deprecated Method for adding a new object to the Subjects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddToSubjectsCoursePrefixes ( |
Deprecated Method for adding a new object to the SubjectsCoursePrefixes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
AddTovw_Class ( |
Deprecated Method for adding a new object to the vw_Class EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
|
|
ClassScheduleDb ( ) : System |
Initializes a new ClassScheduleDb object using the connection string found in the 'ClassScheduleDb' section of the application configuration file.
|
|
ClassScheduleDb ( System.Data.EntityClient.EntityConnection connection ) : System |
Initialize a new ClassScheduleDb object.
|
|
ClassScheduleDb ( string connectionString ) : System |
Initialize a new ClassScheduleDb object.
|
Method | Description | |
---|---|---|
OnContextCreated ( ) : void |
public AddToClassSearches ( |
||
classSearch | ||
return | void |
public AddToCourseMetas ( |
||
courseMeta | ||
return | void |
public AddToCourseSearches ( |
||
courseSearch | ||
return | void |
public AddToDepartments ( |
||
department | ||
return | void |
public AddToDivisions ( |
||
division | ||
return | void |
public AddToSectionCourseCrosslistings ( |
||
sectionCourseCrosslisting | ||
return | void |
public AddToSectionSeats ( |
||
sectionSeat | ||
return | void |
public AddToSectionsMetas ( |
||
sectionsMeta | ||
return | void |
public AddToSubjects ( |
||
subject | ||
return | void |
public AddToSubjectsCoursePrefixes ( |
||
subjectsCoursePrefix | ||
return | void |
public AddTovw_Class ( |
||
vw_Class | ||
return | void |
public ClassScheduleDb ( System.Data.EntityClient.EntityConnection connection ) : System | ||
connection | System.Data.EntityClient.EntityConnection | |
return | System |
public ClassScheduleDb ( string connectionString ) : System | ||
connectionString | string | |
return | System |