//------------------------------------------------------------------------------
//
// 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_Classroom
///
public partial class CF_Classroom
{
public CF_Classroom()
{
this.CF_ClassroomType = new HashSet();
this.EM_CourseProcess = new HashSet();
this.EM_EducationMissionClass = new HashSet();
this.EM_ExecutableFreeSelectionCouseScheduling = new HashSet();
this.EM_FreeSelectionCouseApplyScheduling = new HashSet();
this.ES_AdultEducationSchedule = new HashSet();
this.ES_ClassroomExcessiveUse = new HashSet();
this.ES_ClassroomReserve = new HashSet();
this.ES_ClassroomScheduleSetting = new HashSet();
this.ES_CollegeClassroom = new HashSet();
this.ES_EducationScheduling = new HashSet();
this.ES_EducationSchedulingAdjustment_ClassroomID = new HashSet();
this.ES_EducationSchedulingAdjustment_ToClassroomID = new HashSet();
this.ES_EducationSchedulingStop = new HashSet();
this.EX_ExaminationRoomLayout = new HashSet();
this.EX_ExaminationRoomSetting = new HashSet();
}
///
/// ClassroomID
///
public System.Guid ClassroomID { get; set; }
///
/// Code
///
public string Code { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// BuildingsInfoID
///
public Nullable BuildingsInfoID { get; set; }
///
/// CollegeID
///
public Nullable CollegeID { get; set; }
///
/// LayoutTypeID
///
public Nullable LayoutTypeID { get; set; }
///
/// RoomUseID
///
public Nullable RoomUseID { get; set; }
///
/// FloorLevel
///
public Nullable FloorLevel { get; set; }
///
/// Acreage
///
public Nullable Acreage { get; set; }
///
/// RowCout
///
public Nullable RowCout { get; set; }
///
/// ColumnCount
///
public Nullable ColumnCount { get; set; }
///
/// Totalseating
///
public Nullable Totalseating { get; set; }
///
/// Effectiveseating
///
public Nullable Effectiveseating { get; set; }
///
/// Examinationseating
///
public Nullable Examinationseating { get; set; }
///
/// IsWrittenExam
///
public Nullable IsWrittenExam { get; set; }
///
/// IsMachinetest
///
public Nullable IsMachinetest { get; set; }
///
/// IsConcurrentUse
///
public Nullable IsConcurrentUse { get; set; }
///
/// IsAvailable
///
public Nullable IsAvailable { 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 CF_BuildingsInfo CF_BuildingsInfo { get; set; }
///
/// CF_College
///
public virtual CF_College CF_College { get; set; }
///
/// CF_ClassroomType
///
public virtual HashSet CF_ClassroomType { get; set; }
///
/// EM_CourseProcess
///
public virtual HashSet EM_CourseProcess { get; set; }
///
/// EM_EducationMissionClass
///
public virtual HashSet EM_EducationMissionClass { get; set; }
///
/// EM_ExecutableFreeSelectionCouseScheduling
///
public virtual HashSet EM_ExecutableFreeSelectionCouseScheduling { get; set; }
///
/// EM_FreeSelectionCouseApplyScheduling
///
public virtual HashSet EM_FreeSelectionCouseApplyScheduling { get; set; }
///
/// ES_AdultEducationSchedule
///
public virtual HashSet ES_AdultEducationSchedule { get; set; }
///
/// ES_ClassroomExcessiveUse
///
public virtual HashSet ES_ClassroomExcessiveUse { get; set; }
///
/// ES_ClassroomReserve
///
public virtual HashSet ES_ClassroomReserve { get; set; }
///
/// ES_ClassroomScheduleSetting
///
public virtual HashSet ES_ClassroomScheduleSetting { get; set; }
///
/// ES_CollegeClassroom
///
public virtual HashSet ES_CollegeClassroom { get; set; }
///
/// ES_EducationScheduling
///
public virtual HashSet ES_EducationScheduling { get; set; }
///
/// ES_EducationSchedulingAdjustment
///
public virtual HashSet ES_EducationSchedulingAdjustment_ClassroomID { get; set; }
///
/// ES_EducationSchedulingAdjustment1
///
public virtual HashSet ES_EducationSchedulingAdjustment_ToClassroomID { get; set; }
///
/// ES_EducationSchedulingStop
///
public virtual HashSet ES_EducationSchedulingStop { get; set; }
///
/// EX_ExaminationRoomLayout
///
public virtual HashSet EX_ExaminationRoomLayout { get; set; }
///
/// EX_ExaminationRoomSetting
///
public virtual HashSet EX_ExaminationRoomSetting { get; set; }
}
}