C# Class CTCClassSchedule.Models.ClassScheduleDb

No Metadata Documentation available.
Inheritance: ObjectContext
Afficher le fichier Open project: BellevueCollege/ClassSchedule Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
OnContextCreated ( ) : void

Method Details

AddToClassSearches() public méthode

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
Résultat void

AddToCourseMetas() public méthode

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
Résultat void

AddToCourseSearches() public méthode

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
Résultat void

AddToDepartments() public méthode

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
Résultat void

AddToDivisions() public méthode

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
Résultat void

AddToSectionCourseCrosslistings() public méthode

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
Résultat void

AddToSectionSeats() public méthode

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
Résultat void

AddToSectionsMetas() public méthode

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
Résultat void

AddToSubjects() public méthode

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
Résultat void

AddToSubjectsCoursePrefixes() public méthode

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
Résultat void

AddTovw_Class() public méthode

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
Résultat void

ClassScheduleDb() public méthode

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

ClassScheduleDb() public méthode

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Résultat System

ClassScheduleDb() public méthode

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( string connectionString ) : System
connectionString string
Résultat System