//------------------------------------------------------------------------------
//
// 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;
///
/// EM_CoursesTime
///
public partial class EM_CoursesTime
{
public EM_CoursesTime()
{
this.CF_Arrangements = new HashSet();
this.EM_ExecutableFreeSelectionCouseScheduling = new HashSet();
this.EM_FreeSelectionCouseApplyScheduling = new HashSet();
this.ES_AdultEducationSchedule = new HashSet();
this.ES_ClassmajorScheduleSetting = new HashSet();
this.ES_ClassroomExcessiveUseScheduling = new HashSet();
this.ES_ClassroomScheduleSetting = new HashSet();
this.ES_CourseScheduleSetting = new HashSet();
this.ES_EducationScheduling = new HashSet();
this.ES_EducationSchedulingAdjustment_CoursesTimeID = new HashSet();
this.ES_EducationSchedulingAdjustment_ToCoursesTimeID = new HashSet();
this.ES_EducationSchedulingStop = new HashSet();
this.ES_TeacherScheduleSetting = new HashSet();
this.SUP_LessonRecord = new HashSet();
this.EM_EducationMissionClass = new HashSet();
}
///
/// CoursesTimeID
///
public System.Guid CoursesTimeID { get; set; }
///
/// StartTimes
///
public int StartTimes { get; set; }
///
/// EndTimes
///
public int EndTimes { get; set; }
///
/// TimesSegment
///
public int TimesSegment { get; set; }
///
/// StartHour
///
public int StartHour { get; set; }
///
/// StartMinutes
///
public int StartMinutes { get; set; }
///
/// EndHour
///
public int EndHour { get; set; }
///
/// EndMinutes
///
public int EndMinutes { get; set; }
///
/// RecordStatus
///
public Nullable RecordStatus { get; set; }
///
/// CreateTime
///
public Nullable CreateTime { get; set; }
///
/// CreateUserID
///
public Nullable CreateUserID { get; set; }
///
/// ModifyUserID
///
public Nullable ModifyUserID { get; set; }
///
/// ModifyTime
///
public Nullable ModifyTime { get; set; }
///
/// CF_Arrangements
///
public virtual HashSet CF_Arrangements { 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_ClassmajorScheduleSetting
///
public virtual HashSet ES_ClassmajorScheduleSetting { get; set; }
///
/// ES_ClassroomExcessiveUseScheduling
///
public virtual HashSet ES_ClassroomExcessiveUseScheduling { get; set; }
///
/// ES_ClassroomScheduleSetting
///
public virtual HashSet ES_ClassroomScheduleSetting { get; set; }
///
/// ES_CourseScheduleSetting
///
public virtual HashSet ES_CourseScheduleSetting { get; set; }
///
/// ES_EducationScheduling
///
public virtual HashSet ES_EducationScheduling { get; set; }
///
/// ES_EducationSchedulingAdjustment
///
public virtual HashSet ES_EducationSchedulingAdjustment_CoursesTimeID { get; set; }
///
/// ES_EducationSchedulingAdjustment1
///
public virtual HashSet ES_EducationSchedulingAdjustment_ToCoursesTimeID { get; set; }
///
/// ES_EducationSchedulingStop
///
public virtual HashSet ES_EducationSchedulingStop { get; set; }
///
/// ES_TeacherScheduleSetting
///
public virtual HashSet ES_TeacherScheduleSetting { get; set; }
///
/// SUP_LessonRecord
///
public virtual HashSet SUP_LessonRecord { get; set; }
///
/// EM_EducationMissionClass
///
public virtual HashSet EM_EducationMissionClass { get; set; }
}
}