//------------------------------------------------------------------------------
//
// 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;
///
/// DQP_SOCDetail
///
public partial class DQP_SOCDetail
{
public DQP_SOCDetail()
{
this.DQP_SOCDetailAttachment = new HashSet();
this.DQP_SOCDetailGroup = new HashSet();
this.DQP_SOCDetailStudent = new HashSet();
this.DQP_SOCDetailStudentScore = new HashSet();
}
///
/// SOCDetailID
///
public System.Guid SOCDetailID { get; set; }
///
/// SOCID
///
public Nullable SOCID { get; set; }
///
/// Name
///
public string Name { get; set; }
///
/// Credit
///
public Nullable Credit { get; set; }
///
/// Weight
///
public Nullable Weight { get; set; }
///
/// Description
///
public string Description { get; set; }
///
/// StartTime
///
public Nullable StartTime { get; set; }
///
/// EndTime
///
public Nullable EndTime { get; set; }
///
/// IsGroup
///
public Nullable IsGroup { 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; }
///
/// DQP_SOC
///
public virtual DQP_SOC DQP_SOC { get; set; }
///
/// DQP_SOCDetailAttachment
///
public virtual HashSet DQP_SOCDetailAttachment { get; set; }
///
/// DQP_SOCDetailGroup
///
public virtual HashSet DQP_SOCDetailGroup { get; set; }
///
/// DQP_SOCDetailStudent
///
public virtual HashSet DQP_SOCDetailStudent { get; set; }
///
/// DQP_SOCDetailStudentScore
///
public virtual HashSet DQP_SOCDetailStudentScore { get; set; }
}
}