//------------------------------------------------------------------------------
//
// 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 EMISOnline.Entities
{
#pragma warning disable 1573
using System;
using System.Collections.Generic;
///
/// EM_ExecutableOptionalCourse
///
public partial class EM_ExecutableOptionalCourse
{
///
/// ExecutableOptionalCourseID
///
public System.Guid ExecutableOptionalCourseID { get; set; }
///
/// OptionalCourseID
///
public Nullable OptionalCourseID { get; set; }
///
/// SchoolyearID
///
public Nullable SchoolyearID { get; set; }
///
/// GrademajorID
///
public Nullable GrademajorID { get; set; }
///
/// DepartmentID
///
public Nullable DepartmentID { get; set; }
///
/// DefaultClassName
///
public string DefaultClassName { get; set; }
///
/// CourseStructureID
///
public Nullable CourseStructureID { get; set; }
///
/// CourseCategoryID
///
public Nullable CourseCategoryID { get; set; }
///
/// CourseTypeID
///
public Nullable CourseTypeID { get; set; }
///
/// CourseQualityID
///
public Nullable CourseQualityID { get; set; }
///
/// PracticeTypeID
///
public Nullable PracticeTypeID { get; set; }
///
/// ExaminationModeID
///
public Nullable ExaminationModeID { get; set; }
///
/// TeachinglanguageID
///
public Nullable TeachinglanguageID { get; set; }
///
/// IsEnable
///
public Nullable IsEnable { get; set; }
///
/// ResultTypeID
///
public Nullable ResultTypeID { get; set; }
///
/// Remarks
///
public string Remarks { get; set; }
///
/// PeopleNumlower
///
public Nullable PeopleNumlower { get; set; }
///
/// PeopleNumlimit
///
public Nullable PeopleNumlimit { get; set; }
///
/// IsOpened
///
public Nullable IsOpened { 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; }
///
/// EM_ExecutableOptionalCourseTeachingSetting
///
public virtual EM_ExecutableOptionalCourseTeachingSetting EM_ExecutableOptionalCourseTeachingSetting { get; set; }
}
}