init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
|
@ -0,0 +1,59 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Kreta.DataAccessManual.ParameterClasses
|
||||
{
|
||||
public class MulasztasKeresesePCO
|
||||
{
|
||||
public DateTime? Tol { get; set; }
|
||||
public DateTime? Ig { get; set; }
|
||||
public string TanuloNev { get; set; }
|
||||
public int? TanuloId { get; set; }
|
||||
public int? TanevId { get; set; }
|
||||
public int? Id { get; set; }
|
||||
public int? OraId { get; set; }
|
||||
public int? OsztCsop { get; set; }
|
||||
public bool IsKellKapcsolodoCsoportok { get; set; }
|
||||
public int? CsopTip { get; set; }
|
||||
public int? Fogl { get; set; }
|
||||
public int? Targy { get; set; }
|
||||
|
||||
public int? MulTip { get; set; }
|
||||
|
||||
//public int KesIdo { get; set; }
|
||||
public int? KesIdo { get; set; }
|
||||
public bool? Igazolt { get; set; }
|
||||
public int? IgazoltsagAllapota { get; set; }
|
||||
public int? IgazolasTipus { get; set; }
|
||||
public string Megjegyzes { get; set; }
|
||||
public bool IsNemBesoroltTanulokMulasztasainakMegjelenitese { get; set; }
|
||||
public bool IsNemJelenlevoTanulokMegjelenitese { get; set; }
|
||||
|
||||
public int? FeladatKategoriaId { get; set; }
|
||||
public int? FeladatEllatasiHelyId { get; set; }
|
||||
public string TanoraiCeluMulasztas { get; set; }
|
||||
public bool? IsTanoraiCelu { get; set; }
|
||||
|
||||
public int? Oraszam { get; set; }
|
||||
|
||||
public int? TantargyId { get; set; }
|
||||
|
||||
public string Tema { get; set; }
|
||||
|
||||
public DateTime? RogzitesKezdete { get; set; }
|
||||
|
||||
public DateTime? RogzitesVege { get; set; }
|
||||
|
||||
public int? IsOnlineOra { get; set; }
|
||||
|
||||
public int? TanitasiOraId { get; set; }
|
||||
|
||||
public int? SzervezetTipusId { get; set; }
|
||||
|
||||
public List<int> SzervezetIdList { get; set; }
|
||||
|
||||
public string SzervezetNev { get; set; }
|
||||
|
||||
public string SzervezetAzonosito { get; set; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue