C# 클래스 CTCClassSchedule.Models.ClassScheduleDb

No Metadata Documentation available.
상속: ObjectContext
파일 보기 프로젝트 열기: BellevueCollege/ClassSchedule 1 사용 예제들

공개 메소드들

메소드 설명
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