C# Класс CTCClassSchedule.Models.ClassScheduleDb

No Metadata Documentation available.
Наследование: ObjectContext
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
OnContextCreated ( ) : void

Описание методов

AddToClassSearches() публичный Метод

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
Результат void

AddToCourseMetas() публичный Метод

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
Результат void

AddToCourseSearches() публичный Метод

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
Результат void

AddToDepartments() публичный Метод

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
Результат void

AddToDivisions() публичный Метод

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
Результат void

AddToSectionCourseCrosslistings() публичный Метод

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
Результат void

AddToSectionSeats() публичный Метод

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
Результат void

AddToSectionsMetas() публичный Метод

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
Результат void

AddToSubjects() публичный Метод

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
Результат void

AddToSubjectsCoursePrefixes() публичный Метод

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
Результат void

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.
public AddTovw_Class ( vw_Class vw_Class ) : void
vw_Class vw_Class
Результат void

ClassScheduleDb() публичный Метод

Initializes a new ClassScheduleDb object using the connection string found in the 'ClassScheduleDb' section of the application configuration file.
public ClassScheduleDb ( ) : System
Результат System

ClassScheduleDb() публичный Метод

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( System.Data.EntityClient.EntityConnection connection ) : System
connection System.Data.EntityClient.EntityConnection
Результат System

ClassScheduleDb() публичный Метод

Initialize a new ClassScheduleDb object.
public ClassScheduleDb ( string connectionString ) : System
connectionString string
Результат System