init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,53 @@
|
|||
using System;
|
||||
using Kreta.Core.CustomAttributes;
|
||||
|
||||
namespace Kreta.Ellenorzo.Dao.VN.HaziFeladat
|
||||
{
|
||||
public class HaziFeladatResponseDao
|
||||
{
|
||||
[ColumnName("OraDatuma")]
|
||||
public DateTime? FeladasDatuma { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatHatarido")]
|
||||
public DateTime HataridoDatuma { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatRogzitesDatuma")]
|
||||
public DateTime RogzitesIdopontja { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatId")]
|
||||
public int Id { get; set; }
|
||||
|
||||
[ColumnName("IsTanarRogzitette")]
|
||||
public bool IsTanarRogzitette { get; set; }
|
||||
|
||||
[ColumnName("HfBeadandoTipusId")]
|
||||
public int? HfBeadandoTipusId { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatRogzitoId")]
|
||||
public int RogzitoTanarId { get; set; }
|
||||
|
||||
[ColumnName("TanarNeve")]
|
||||
public string RogzitoTanarNev { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatSzoveg")]
|
||||
public string Szoveg { get; set; }
|
||||
|
||||
[ColumnName("TantargyId")]
|
||||
public int TantargyId { get; set; }
|
||||
|
||||
[ColumnName("TantargyNev")]
|
||||
public string TantargyNev { get; set; }
|
||||
|
||||
[ColumnName("TargyKategoria")]
|
||||
public int TargyKategoria { get; set; }
|
||||
|
||||
[ColumnName("OsztalyCsoportId")]
|
||||
public int OsztalyCsoportId { get; set; }
|
||||
|
||||
[ColumnName("MegoldottHF")]
|
||||
public bool IsMegoldva { get; set; }
|
||||
|
||||
[ColumnName("HaziFeladatCsatolasEngedelyezesTipusId")]
|
||||
public int? HaziFeladatCsatolasEngedelyezesTipusId { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue