//------------------------------------------------------------------------------
//
// 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;
///
/// EX_ExaminationSubject
///
public partial class EX_ExaminationSubject
{
public EX_ExaminationSubject()
{
this.ER_DegreeForeignLanguage = new HashSet();
this.ER_LevelScore = new HashSet();
this.ER_LevelSetting = new HashSet();
this.EX_ExaminationOpenControl = new HashSet();
this.EX_ExaminationRegistration = new HashSet();
this.EX_ExaminationSubjectCollegeControl = new HashSet();
}
///
/// ExaminationSubjectID
///
public System.Guid ExaminationSubjectID { get; set; }
///
/// ExaminationTypeID
///
public Nullable ExaminationTypeID { get; set; }
///
/// SchoolyearID
///
public Nullable SchoolyearID { get; set; }
///
/// ExaminationFormID
///
public Nullable ExaminationFormID { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// PreposeSubjectID
///
public Nullable PreposeSubjectID { get; set; }
///
/// PreposeScoreLimit
///
public Nullable PreposeScoreLimit { get; set; }
///
/// ExaminationDate
///
public Nullable ExaminationDate { get; set; }
///
/// PeopleNumLimit
///
public Nullable PeopleNumLimit { get; set; }
///
/// Cost
///
public Nullable Cost { get; set; }
///
/// Remark
///
public string Remark { 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_Schoolyear
///
public virtual CF_Schoolyear CF_Schoolyear { get; set; }
///
/// ER_DegreeForeignLanguage
///
public virtual HashSet ER_DegreeForeignLanguage { get; set; }
///
/// ER_LevelScore
///
public virtual HashSet ER_LevelScore { get; set; }
///
/// ER_LevelSetting
///
public virtual HashSet ER_LevelSetting { get; set; }
///
/// EX_ExaminationOpenControl
///
public virtual HashSet EX_ExaminationOpenControl { get; set; }
///
/// EX_ExaminationRegistration
///
public virtual HashSet EX_ExaminationRegistration { get; set; }
///
/// EX_ExaminationType
///
public virtual EX_ExaminationType EX_ExaminationType { get; set; }
///
/// EX_ExaminationSubjectCollegeControl
///
public virtual HashSet EX_ExaminationSubjectCollegeControl { get; set; }
}
}