88 lines
3.9 KiB
C#
88 lines
3.9 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Kreta.Web.Areas.Orarend.Models
|
|
{
|
|
public class TanoraAdatokRogzites
|
|
{
|
|
public int? TeremId { get; set; }
|
|
public bool Sorszamozando { get; set; }
|
|
public string Megjegyzes { get; set; }
|
|
|
|
public bool ParhuzamosOra { get; set; }
|
|
public bool Tulora { get; set; }
|
|
public bool TAMOPOra { get; set; }
|
|
public bool NemSzakrendszeruOra { get; set; }
|
|
public bool IKTTanora { get; set; }
|
|
public bool NemzetisegiOra { get; set; }
|
|
public bool IsFelnottoktatasiSzerzodes { get; set; }
|
|
public bool OnlineOra { get; set; }
|
|
public bool MindennaposTestneveles { get; set; }
|
|
public bool IPRTanora { get; set; }
|
|
public bool Differencialt { get; set; }
|
|
public bool Kooperativ { get; set; }
|
|
public bool Meres { get; set; }
|
|
public bool Drama { get; set; }
|
|
public bool Tiop { get; set; }
|
|
public bool Bontott { get; set; }
|
|
public bool IsMegtartott { get; set; }
|
|
|
|
public DateTime OraKezdete { get; set; }
|
|
public DateTime OraVege { get; set; }
|
|
|
|
public int? HelyettesitesTipusa { get; set; }
|
|
|
|
public int? Oraszam { get; set; }
|
|
public int? CsengetesiRendID { get; set; }
|
|
public int? CsengetesiRendOraId { get; set; }
|
|
|
|
public bool Multikulturalis { get; set; }
|
|
|
|
public bool EFOP32317 { get; set; }
|
|
|
|
public bool KomplexOra { get; set; }
|
|
|
|
public bool KAPOra { get; set; }
|
|
public bool VEKOP73317 { get; set; }
|
|
public bool KIPOra { get; set; }
|
|
public bool GINOP623 { get; set; }
|
|
public bool EFOP31716EselyteremtesAKoznevelesben { get; set; }
|
|
public bool EFOP33717 { get; set; }
|
|
public bool TIOP11112120120001 { get; set; }
|
|
public bool DFHT { get; set; }
|
|
public bool Rahangolodas { get; set; }
|
|
public bool Testmozgas { get; set; }
|
|
public bool Muveszet { get; set; }
|
|
public bool Eletgyakorlat { get; set; }
|
|
public bool Logika { get; set; }
|
|
public bool TeOrad { get; set; }
|
|
public bool DigitalisAlapProgram { get; set; }
|
|
public bool EFOP23517201700038Miapalya { get; set; }
|
|
public bool TanevTananyaganakIsmetlese { get; set; }
|
|
public bool TanevTananyaganakKiegeszitese { get; set; }
|
|
public bool TanulokDigitalisKeszsegfejlesztese { get; set; }
|
|
public bool Projektmunka { get; set; }
|
|
public bool TanulokKompenzaciosIraskeszsegFejlesztese { get; set; }
|
|
public bool TanulokKompenzaciosOlvasasiKepessegFejlesztese { get; set; }
|
|
public bool TanulokMatematikaiGondolkodasiKepessegenekKompenzaciosFejlesztese { get; set; }
|
|
public bool TanulokNyelviKepessegenekKompenzaciosFejlesztese { get; set; }
|
|
public bool TanulokOnmegismeresenekSegitese { get; set; }
|
|
public bool TanulokOnallosagraNevelese { get; set; }
|
|
public bool TanulokTanulasszervezesiKompenzaciosTechnikajanakErositese { get; set; }
|
|
public bool TanulokOrientaciosTamogatasa { get; set; }
|
|
public bool TanulokSzocialitasanakFejlesztese { get; set; }
|
|
public bool TanulokTovabbhaladasatElokeszitoTevekenysegek { get; set; }
|
|
public bool PedagogusAltalJelzettEgyeniEsetkezeles { get; set; }
|
|
public bool ProjektmunkaTamogatasa { get; set; }
|
|
public bool DigitalisKeszsegfejlesztes { get; set; }
|
|
public bool KozossegiMunkaTamogatasa { get; set; }
|
|
public bool TanoraElokeszitesenekTamogatasa { get; set; }
|
|
public bool TanoraLebonyolitasanakTamogatasa { get; set; }
|
|
public bool NapkozisTevekenysegKeretebenEgyeniFejlesztes { get; set; }
|
|
public List<int> CheckedOpenBoardFileIdList { get; set; }
|
|
|
|
public int? DigEszkozTipusId { get; set; }
|
|
public int? DigPlatformTipusId { get; set; }
|
|
public string[] DigTamEszkozTipus { get; set; }
|
|
}
|
|
}
|