C# Class CTCClassSchedule.Models.ClassScheduleDb

No Metadata Documentation available.
Inheritance: ObjectContext
Show file Open project: BellevueCollege/ClassSchedule Class Usage Examples

Public Methods

Method Description
AddToClassSearches ( ClassSearch classSearch ) : void

Deprecated Method for adding a new object to the ClassSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCourseMetas ( CourseMeta courseMeta ) : void

Deprecated Method for adding a new object to the CourseMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToCourseSearches ( CourseSearch courseSearch ) : void

Deprecated Method for adding a new object to the CourseSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToDepartments ( Department department ) : void

Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToDivisions ( Division division ) : void

Deprecated Method for adding a new object to the Divisions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSectionCourseCrosslistings ( SectionCourseCrosslisting sectionCourseCrosslisting ) : void

Deprecated Method for adding a new object to the SectionCourseCrosslistings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSectionSeats ( SectionSeat sectionSeat ) : void

Deprecated Method for adding a new object to the SectionSeats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSectionsMetas ( SectionsMeta sectionsMeta ) : void

Deprecated Method for adding a new object to the SectionsMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSubjects ( Subject subject ) : void

Deprecated Method for adding a new object to the Subjects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.

AddToSubjectsCoursePrefixes ( SubjectsCoursePrefix subjectsCoursePrefix ) : void

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 ( vw_Class vw_Class ) : void

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.

Private Methods

Method Description
OnContextCreated ( ) : void

Method Details

AddToClassSearches() public method

Deprecated Method for adding a new object to the ClassSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToClassSearches ( ClassSearch classSearch ) : void
classSearch ClassSearch
return void

AddToCourseMetas() public method

Deprecated Method for adding a new object to the CourseMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCourseMetas ( CourseMeta courseMeta ) : void
courseMeta CourseMeta
return void

AddToCourseSearches() public method

Deprecated Method for adding a new object to the CourseSearches EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToCourseSearches ( CourseSearch courseSearch ) : void
courseSearch CourseSearch
return void

AddToDepartments() public method

Deprecated Method for adding a new object to the Departments EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDepartments ( Department department ) : void
department Department
return void

AddToDivisions() public method

Deprecated Method for adding a new object to the Divisions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToDivisions ( Division division ) : void
division Division
return void

AddToSectionCourseCrosslistings() public method

Deprecated Method for adding a new object to the SectionCourseCrosslistings EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSectionCourseCrosslistings ( SectionCourseCrosslisting sectionCourseCrosslisting ) : void
sectionCourseCrosslisting SectionCourseCrosslisting
return void

AddToSectionSeats() public method

Deprecated Method for adding a new object to the SectionSeats EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSectionSeats ( SectionSeat sectionSeat ) : void
sectionSeat SectionSeat
return void

AddToSectionsMetas() public method

Deprecated Method for adding a new object to the SectionsMetas EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSectionsMetas ( SectionsMeta sectionsMeta ) : void
sectionsMeta SectionsMeta
return void

AddToSubjects() public method

Deprecated Method for adding a new object to the Subjects EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSubjects ( Subject subject ) : void
subject Subject
return void

AddToSubjectsCoursePrefixes() public method

Deprecated Method for adding a new object to the SubjectsCoursePrefixes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddToSubjectsCoursePrefixes ( SubjectsCoursePrefix subjectsCoursePrefix ) : void
subjectsCoursePrefix SubjectsCoursePrefix
return void

AddTovw_Class() public method

Deprecated Method for adding a new object to the vw_Class EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTovw_Class ( vw_Class vw_Class ) : void
vw_Class vw_Class
return void

ClassScheduleDb() public method

Initializes a new ClassScheduleDb object using the connection string found in the 'ClassScheduleDb' section of the application configuration file.
public ClassScheduleDb ( ) : System
return System

ClassScheduleDb() public method

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
return System

ClassScheduleDb() public method

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( string connectionString ) : System
connectionString string
return System