//------------------------------------------------------------------------------
//
// 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
{
using System;
public partial class RegistrationConfirmView_Result
{
///
/// row
///
public Nullable row { get; set; }
///
/// ExaminationRegistrationConfirmID
///
public Nullable ExaminationRegistrationConfirmID { get; set; }
///
/// BarcodeUrl
///
public string BarcodeUrl { get; set; }
///
/// SchoolyearID
///
public System.Guid SchoolyearID { get; set; }
///
/// SchoolYearCode
///
public string SchoolYearCode { get; set; }
///
/// SchoolcodeID
///
public int SchoolcodeID { get; set; }
///
/// ExaminationRegistrationConfirmNo
///
public string ExaminationRegistrationConfirmNo { get; set; }
///
/// ExaminationBatchName
///
public string ExaminationBatchName { get; set; }
///
/// Years
///
public Nullable Years { get; set; }
///
/// CollegeName
///
public string CollegeName { get; set; }
///
/// ClassName
///
public string ClassName { get; set; }
///
/// ClassmajorID
///
public System.Guid ClassmajorID { get; set; }
///
/// ExaminationTypeName
///
public string ExaminationTypeName { get; set; }
///
/// ExaminationProjectName
///
public string ExaminationProjectName { get; set; }
///
/// ExaminationLevelName
///
public string ExaminationLevelName { get; set; }
///
/// UserName
///
public string UserName { get; set; }
///
/// UserID
///
public System.Guid UserID { get; set; }
///
/// SexName
///
public string SexName { get; set; }
///
/// IDNumber
///
public string IDNumber { get; set; }
///
/// Mobile
///
public string Mobile { get; set; }
///
/// FeeTypeID
///
public Nullable FeeTypeID { get; set; }
///
/// FeeTypeName
///
public string FeeTypeName { get; set; }
///
/// ProjectFeeTypeFee
///
public Nullable ProjectFeeTypeFee { get; set; }
///
/// Fee
///
public Nullable Fee { get; set; }
///
/// Remark
///
public string Remark { get; set; }
///
/// StudentNo
///
public string StudentNo { get; set; }
///
/// Sex
///
public Nullable Sex { get; set; }
}
}