//------------------------------------------------------------------------------
//
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
//
//------------------------------------------------------------------------------
namespace EMIS.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// CF_College
///
public partial class CF_College
{
public CF_College()
{
this.CF_BuildingsInfo = new HashSet();
this.CF_Classroom = new HashSet();
this.CF_CustomStandardSetting = new HashSet();
this.CF_Department = new HashSet();
this.CF_Facultymajor = new HashSet();
this.CF_GrademinorApplication = new HashSet();
this.CF_NewStudent = new HashSet();
this.CF_RecruitSpecialty = new HashSet();
this.CF_SpecialtyApply = new HashSet();
this.CF_Staff = new HashSet();
this.CF_StaffManageCollege = new HashSet();
this.EM_EducationMission = new HashSet();
this.EM_EducationMissionOpenControl = new HashSet();
this.EM_ExecutableMinorPlan = new HashSet();
this.ER_FinalExamination = new HashSet();
this.ER_MinorControl = new HashSet();
this.ER_MinorGraduationStandard = new HashSet();
this.ER_ScoreParameterCollegeSetting = new HashSet();
this.ES_ClassroomExcessiveUse = new HashSet();
this.ES_CollegeClassroom = new HashSet();
this.ES_CollegePriority = new HashSet();
this.ES_CollegeScheduleStatus = new HashSet();
this.ET_TeachersOrder = new HashSet();
this.EX_ExaminationPlan = new HashSet();
this.SUP_SupervisionCollege = new HashSet();
this.TP_WorktimeAddition = new HashSet();
this.TP_WorktimeRate = new HashSet();
this.DQP_Document = new HashSet();
}
///
/// CollegeID
///
public System.Guid CollegeID { get; set; }
///
/// CampusID
///
public Nullable CampusID { get; set; }
///
/// No
///
public string No { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// SimpleName
///
public string SimpleName { get; set; }
///
/// EnglishName
///
public string EnglishName { get; set; }
///
/// Remark
///
public string Remark { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// CF_BuildingsInfo
///
public virtual HashSet CF_BuildingsInfo { get; set; }
///
/// CF_Campus
///
public virtual CF_Campus CF_Campus { get; set; }
///
/// CF_Classroom
///
public virtual HashSet CF_Classroom { get; set; }
///
/// CF_CollegeProfile
///
public virtual CF_CollegeProfile CF_CollegeProfile { get; set; }
///
/// CF_CustomStandardSetting
///
public virtual HashSet CF_CustomStandardSetting { get; set; }
///
/// CF_Department
///
public virtual HashSet CF_Department { get; set; }
///
/// CF_Facultymajor
///
public virtual HashSet CF_Facultymajor { get; set; }
///
/// CF_GrademinorApplication
///
public virtual HashSet CF_GrademinorApplication { get; set; }
///
/// CF_NewStudent
///
public virtual HashSet CF_NewStudent { get; set; }
///
/// CF_RecruitSpecialty
///
public virtual HashSet CF_RecruitSpecialty { get; set; }
///
/// CF_SpecialtyApply
///
public virtual HashSet CF_SpecialtyApply { get; set; }
///
/// CF_Staff
///
public virtual HashSet CF_Staff { get; set; }
///
/// CF_StaffManageCollege
///
public virtual HashSet CF_StaffManageCollege { get; set; }
///
/// EM_EducationMission
///
public virtual HashSet EM_EducationMission { get; set; }
///
/// EM_EducationMissionOpenControl
///
public virtual HashSet EM_EducationMissionOpenControl { get; set; }
///
/// EM_ExecutableMinorPlan
///
public virtual HashSet EM_ExecutableMinorPlan { get; set; }
///
/// ER_FinalExamination
///
public virtual HashSet ER_FinalExamination { get; set; }
///
/// ER_MinorControl
///
public virtual HashSet ER_MinorControl { get; set; }
///
/// ER_MinorGraduationStandard
///
public virtual HashSet ER_MinorGraduationStandard { get; set; }
///
/// ER_ScoreParameterCollegeSetting
///
public virtual HashSet ER_ScoreParameterCollegeSetting { get; set; }
///
/// ES_ClassroomExcessiveUse
///
public virtual HashSet ES_ClassroomExcessiveUse { get; set; }
///
/// ES_CollegeClassroom
///
public virtual HashSet ES_CollegeClassroom { get; set; }
///
/// ES_CollegePriority
///
public virtual HashSet ES_CollegePriority { get; set; }
///
/// ES_CollegeScheduleStatus
///
public virtual HashSet ES_CollegeScheduleStatus { get; set; }
///
/// ET_TeachersOrder
///
public virtual HashSet ET_TeachersOrder { get; set; }
///
/// EX_ExaminationPlan
///
public virtual HashSet EX_ExaminationPlan { get; set; }
///
/// SUP_SupervisionCollege
///
public virtual HashSet SUP_SupervisionCollege { get; set; }
///
/// TP_WorktimeAddition
///
public virtual HashSet TP_WorktimeAddition { get; set; }
///
/// TP_WorktimeRate
///
public virtual HashSet TP_WorktimeRate { get; set; }
///
/// DQP_Document
///
public virtual HashSet DQP_Document { get; set; }
}
}